/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ifconfig.md | 103 …RX packets:6922 errors:0 ip dropped:4312 link dropped:67 overrun:0 b… 104 RX packets(ip6):3 errors:0 dropped:0 overrun:0 bytes:0 (0.0 B) 105 TX packets:1394 errors:0 link dropped:67 overrun:0 bytes:0(0.0 B) 106 TX packets(ip6):3 errors:0 overrun:0 bytes:0(0.0 B) 115 | RX packets | Number of normal packets received at the IP layer.| 117 …| RX dropped | Number of packets discarded at the IP layer. Packets are discarded due to pack… 119 …| RX bytes | Total length of normal packets received at the IP layer, excluding the length of… 120 | TX packets | Number of packets that have been normally sent or forwarded at the IP layer.| 121 …ror | Number of packets that the IP layer fails to send. Packets may fail to be sent because the p… 122 …pped | Number of packets that the MAC layer discards due to delivery failures, for example, the NI… [all …]
|
H A D | kernel-standard-newip.md | 8 The Wi-Fi protocol packets cause low transmission efficiency due to high overheads in Layer 3 packe… 272 01 01 2149580801 wlan0 # Route for sending packets to itself and receiving the packets. 282 02 02 2149580801 wlan0 # Route for sending packets to itself and receiving the packets. 293 | nip_udp_server_demo.c | Sample code for the server to send and receive New IP packets using UDP.| 294 | nip_udp_client_demo.c | Sample code for the client to send and receive New IP packets using UDP.| 295 | nip_tcp_server_demo.c | Sample code for the server to send and receive New IP packets using TCP.| 296 | nip_tcp_client_demo.c | Sample code for the client to send and receive New IP packets using TCP.| 313 …an send and receive packets over UDP/TCP. By default, the addresses and routes configured are used… 319 …_demo** command on the client. The client sends 10 New IP packets. After receiving the packets, th… 345 …_demo** command on the client. The client sends 10 New IP packets. After receiving the packets, th… [all …]
|
H A D | kernel-small-debug-shell-net-ping6.md | 60 4 packets transmitted, 4 received, 0.00% packet loss, time 20ms 72 3 packets transmitted, 3 received, 0.00% packet loss, time 20ms 85 4 packets transmitted, 4 received, 0.00% packet loss, time 30msrtt min/avg/max = 0/2.50/10 ms 97 4 packets transmitted, 4 received, 0.00% packet loss, time 20msrtt min/avg/max = 0/0.00/0 ms
|
H A D | kernel-small-debug-shell-net-ping.md | 57 3 packets transmitted, 3 received, 0% packet loss
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/ |
H A D | BUILD.gn | 25 "packets/business_packet.cpp", 26 "packets/modified_packet.cpp", 27 "packets/success_test.cpp", 28 "packets/udid_wrong_test.cpp", 29 "packets/unsigned_packet.cpp", 30 "packets/wrong_license.cpp",
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ifconfig.md | 99 …RX packets:6922 errors:0 ip dropped:4312 link dropped:67 overrun:0 b… 100 RX packets(ip6):3 errors:0 dropped:0 overrun:0 bytes:0 (0.0 B) 101 TX packets:1394 errors:0 link dropped:67 overrun:0 bytes:0(0.0 B) 102 TX packets(ip6):3 errors:0 overrun:0 bytes:0(0.0 B) 111 | RX packets | IP层已接收的正常数据包的个数。 | 116 | TX packets | IP层已正常发送或转发的数据包的个数。 |
|
H A D | kernel-small-debug-shell-net-ping6.md | 60 4 packets transmitted, 4 received, 0.00% packet loss, time 20ms 72 3 packets transmitted, 3 received, 0.00% packet loss, time 20ms 85 4 packets transmitted, 4 received, 0.00% packet loss, time 30msrtt min/avg/max = 0/2.50/10 ms 97 4 packets transmitted, 4 received, 0.00% packet loss, time 20msrtt min/avg/max = 0/0.00/0 ms
|
H A D | kernel-small-debug-shell-net-ping.md | 57 3 packets transmitted, 3 received, 0% packet loss
|
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_endpoints.c | 116 for (i = 0; i < urbCtx->packets; i++) { in AudioUsbPrepareInboundUrb() 122 urb->number_of_packets = urbCtx->packets; in AudioUsbPrepareInboundUrb() 189 for (i = 0; i < urbCtx->packets; ++i) { in AudioUsbPrepareSilentUrb() 201 urb->number_of_packets = urbCtx->packets; in AudioUsbPrepareSilentUrb() 366 for (index = 0; index < packet->packets; index++) { in AudioUsbQueuePendingOutputUrbs() 391 for (i = 0; i < inUrbCtx->packets; i++) { in AudioUsbUpdataOutPacket() 403 outPacket->packets = inUrbCtx->packets; in AudioUsbUpdataOutPacket() 404 for (i = 0; i < inUrbCtx->packets; i++) { in AudioUsbUpdataOutPacket() 662 urbContext->packets = 1; in AudioUsbSyncEpSetParams() 889 urbCtx->packets = urbPacks; in AudioUsbDataUrbInit() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-statistics-sys.md | 162 "getTrafficStatsByIface packets of received = " + 166 "getTrafficStatsByIface packets of sent = " + 225 "getTrafficStatsByIface packets of received = " + 229 "getTrafficStatsByIface packets of sent = " + 297 "getTrafficStatsByUid packets of received = " + 301 "getTrafficStatsByUid packets of sent = " + 363 console.log("getTrafficStatsByUid packets of received = " + JSON.stringify(statsInfo.rxPackets)); 364 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 62 * @brief Sends data packets to the Controller. 65 * @param data Indicates the HCI data packets sent to the Controller. 66 …* @return Returns <b>0</b> if the HCI data packets is sent successfully; returns a negative value …
|
H A D | IHciCallback.idl | 59 * @brief Receives data packets sent by the controller.. 62 * @param data Indicates the HCI data packets received from the Controller.
|
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 62 * @brief Sends data packets to the Controller. 65 * @param data Indicates the HCI data packets sent to the Controller. 66 …* @return Returns <b>0</b> if the HCI data packets is sent successfully; returns a negative value …
|
H A D | IHciCallback.idl | 59 * @brief Receives data packets sent by the controller.. 62 * @param data Indicates the HCI data packets received from the Controller.
|
/ohos5.0/docs/zh-cn/application-dev/network/ |
H A D | net-statistics.md | 142 "getTrafficStatsByIface packets of received = " + 146 "getTrafficStatsByIface packets of sent = " + 162 console.log("getTrafficStatsByUid packets of received = " + JSON.stringify(statsInfo.rxPackets)); 163 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-statistics-sys.md | 162 "getTrafficStatsByIface packets of received = " + 166 "getTrafficStatsByIface packets of sent = " + 225 "getTrafficStatsByIface packets of received = " + 229 "getTrafficStatsByIface packets of sent = " + 297 "getTrafficStatsByUid packets of received = " + 301 "getTrafficStatsByUid packets of sent = " + 363 console.log("getTrafficStatsByUid packets of received = " + JSON.stringify(statsInfo.rxPackets)); 364 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets)); 524 | rxPackets | number | Yes | Number of downlink packets. | 525 | txPackets | number | Yes | Number of uplink packets. |
|
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/include/ |
H A D | audio_usb_linux.h | 31 int32_t packets; /* number of packets per urb */ member 54 int32_t packets; member
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-statistics.md | 142 "getTrafficStatsByIface packets of received = " + 146 "getTrafficStatsByIface packets of sent = " + 162 console.log("getTrafficStatsByUid packets of received = " + JSON.stringify(statsInfo.rxPackets)); 163 console.log("getTrafficStatsByUid packets of sent = " + JSON.stringify(statsInfo.txPackets));
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_trans.h | 59 ListNode packets; member
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/ |
H A D | usb_net_adapter.h | 112 unsigned long packets; member
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_trans.c | 64 LIST_FOR_EACH_ENTRY_SAFE(it, next, &buffer->packets, ConnBlePacket, node) { in DiscardBuffer() 140 LIST_FOR_EACH_ENTRY(it, &buffer->packets, ConnBlePacket, node) { in ConnGattTransRecv() 188 ListTailInsert(&buffer->packets, &packet->node); in ConnGattTransRecv() 227 LIST_FOR_EACH_ENTRY(it, &buffer->packets, ConnBlePacket, node) { in ConnGattTransRecv()
|
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/ |
H A D | js-apis-enterprise-networkManager.md | 387 …to **DENY** is added by default to discard or intercept all network data packets that do not meet … 543 …Action** set to **DENY** is added by default to discard or intercept all packets for domain name r… 699 …(#action) | No | Action to take, that is, receive or discard data packets.<br>This paramete… 713 | action | [Action](#action) | No | Action to take, that is, receive or discard data packets.<… 729 Enumerates the actions that can be taken for data packets. 736 | ALLOW | 0 | Receive data packets.| 737 | DENY | 1 | Discard data packets.|
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | buffer.md | 17 …ds to be transmitted, such as binary files, database records, or network packets, the buffer funct…
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | bluetooth-overview.md | 7 … the communication process, the Bluetooth device sends and receives data packets, and uses differe…
|
/ohos5.0/foundation/communication/wifi/wifi/ |
H A D | hisysevent.yaml | 50 TXPACKETS: {type: INT32, desc: wifi signal tx packets} 51 RXPACKETS: {type: INT32, desc: wifi signal rx packets}
|