/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/httpd-fs/ |
H A D | stats.shtml | 6 IP Packets received 7 Packets sent 8 Packets dropped 15 ICMP Packets received 16 Packets sent 17 Packets dropped 19 TCP Packets received 20 Packets sent 21 Packets dropped 23 Data packets without ACKs
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | stats.h | 65 STAT_COUNTER xmit; /* Transmitted packets. */ 66 STAT_COUNTER recv; /* Received packets. */ 67 STAT_COUNTER fw; /* Forwarded packets. */ 68 STAT_COUNTER drop; /* Dropped packets. */ 81 STAT_COUNTER xmit; /* Transmitted packets. */ 82 STAT_COUNTER recv; /* Received packets. */ 83 STAT_COUNTER drop; /* Dropped packets. */ 189 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were 192 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were 195 /** The number of inbound packets which were chosen to be discarded even though no errors had [all …]
|
H A D | opt.h | 186 * this lets tcpip_input() grab the mutex for input packets as well, 394 * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for 395 * reassembly (whole packets, not fragments!) 403 * (fragments, not whole packets!). 414 * packets (pbufs) that are waiting for an ARP request (to resolve 468 * for incoming packets. 561 * ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address 571 /** The maximum number of packets which may be queued for each 573 * Old packets are dropped, new packets are queued. 580 * ETHARP_SUPPORT_VLAN==1: support receiving and sending ethernet packets with [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | stats.h | 65 STAT_COUNTER xmit; /* Transmitted packets. */ 66 STAT_COUNTER recv; /* Received packets. */ 67 STAT_COUNTER fw; /* Forwarded packets. */ 68 STAT_COUNTER drop; /* Dropped packets. */ 81 STAT_COUNTER xmit; /* Transmitted packets. */ 82 STAT_COUNTER recv; /* Received packets. */ 83 STAT_COUNTER drop; /* Dropped packets. */ 189 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were 192 /** The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were 195 /** The number of inbound packets which were chosen to be discarded even though no errors had [all …]
|
H A D | opt.h | 195 * this lets tcpip_input() grab the mutex for input packets as well, 466 * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for 467 * reassembly (whole packets, not fragments!) 475 * (fragments, not whole packets!). 486 * packets (pbufs) that are waiting for an ARP request (to resolve 555 * for incoming packets. 648 * ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address 658 /** The maximum number of packets which may be queued for each 660 * Old packets are dropped, new packets are queued. 667 * ETHARP_SUPPORT_VLAN==1: support receiving and sending ethernet packets with [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_hci_test.c | 109 /* Ensure the ATT doesn't truncate our data packets. */ in TEST_CASE() 112 /* Send two 3-byte data packets. */ in TEST_CASE() 126 /* Receive a number-of-completed-packets event. Ensure available buffer in TEST_CASE() 144 /* Receive number-of-completed-packets: 5. */ in TEST_CASE() 150 /* Receive number-of-completed-packets: 4. */ in TEST_CASE() 205 /* Ensure the ATT doesn't truncate our data packets. */ in TEST_CASE() 239 /* Receive number-of-completed-packets: conn=2, num-pkts=1. */ in TEST_CASE() 253 /* Receive number-of-completed-packets: conn=1, num-pkts=1. */ in TEST_CASE() 267 /* Receive number-of-completed-packets: conn=1, num-pkts=1. */ in TEST_CASE() 281 /* Receive number-of-completed-packets: conn=2, num-pkts=3. */ in TEST_CASE() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | vj.h | 55 * toward small packets (see comments on MTU/MSS below), changes 123 u32_t vjs_packets; /* outbound packets */ 124 u32_t vjs_compressed; /* outbound compressed packets */ 127 u32_t vjs_uncompressedin; /* inbound uncompressed packets */ 128 u32_t vjs_compressedin; /* inbound compressed packets */ 129 u32_t vjs_errorin; /* inbound unknown type packets */ 130 u32_t vjs_tossed; /* inbound packets tossed because of error */
|
H A D | ppp_impl.h | 57 * Memory used for control packets. 150 /* Write a pbuf to a ppp link, only used from PPP functions to send PPP packets. */ 161 * What to do with network protocol (NP) packets. 176 unsigned int ppp_ipackets; /* packets received */ 179 unsigned int ppp_opackets; /* packets sent */ 185 unsigned int vjs_packets; /* outbound packets */ 186 unsigned int vjs_compressed; /* outbound compressed packets */ 189 unsigned int vjs_uncompressedin; /* inbound uncompressed packets */ 190 unsigned int vjs_compressedin; /* inbound compressed packets */ 191 unsigned int vjs_errorin; /* inbound unknown type packets */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | vj.h | 59 * toward small packets (see comments on MTU/MSS below), changes 127 u32_t vjs_packets; /* outbound packets */ 128 u32_t vjs_compressed; /* outbound compressed packets */ 131 u32_t vjs_uncompressedin; /* inbound uncompressed packets */ 132 u32_t vjs_compressedin; /* inbound compressed packets */ 133 u32_t vjs_errorin; /* inbound unknown type packets */ 134 u32_t vjs_tossed; /* inbound packets tossed because of error */
|
H A D | ppp_impl.h | 61 * Memory used for control packets. 154 /* Write a pbuf to a ppp link, only used from PPP functions to send PPP packets. */ 165 * What to do with network protocol (NP) packets. 180 unsigned int ppp_ipackets; /* packets received */ 183 unsigned int ppp_opackets; /* packets sent */ 189 unsigned int vjs_packets; /* outbound packets */ 190 unsigned int vjs_compressed; /* outbound compressed packets */ 193 unsigned int vjs_uncompressedin; /* inbound uncompressed packets */ 194 unsigned int vjs_compressedin; /* inbound compressed packets */ 195 unsigned int vjs_errorin; /* inbound unknown type packets */ [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | vj.h | 52 * toward small packets (see comments on MTU/MSS below), changes 120 unsigned long vjs_packets; /* outbound packets */ 121 unsigned long vjs_compressed; /* outbound compressed packets */ 124 unsigned long vjs_uncompressedin; /* inbound uncompressed packets */ 125 unsigned long vjs_compressedin; /* inbound compressed packets */ 126 unsigned long vjs_errorin; /* inbound unknown type packets */ 127 unsigned long vjs_tossed; /* inbound packets tossed because of error */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_flow.c | 31 * number-of-completed-packets event was sent. This is used to determine if an 36 /** Periodically sends number-of-completed-packets events. */ 56 /* For each connection with completed packets, send a separate in ble_hs_flow_tx_num_comp_pkts() 57 * host-number-of-completed-packets command. in ble_hs_flow_tx_num_comp_pkts() 78 /* The host-number-of-completed-packets command does not elicit a in ble_hs_flow_tx_num_comp_pkts() 132 * send an immediate number-of-copmleted-packets event. in ble_hs_flow_inc_completed_pkts()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | stats.h | 59 STAT_COUNTER xmit; /* Transmitted packets. */ 60 STAT_COUNTER recv; /* Received packets. */ 61 STAT_COUNTER fw; /* Forwarded packets. */ 62 STAT_COUNTER drop; /* Dropped packets. */ 74 STAT_COUNTER xmit; /* Transmitted packets. */ 75 STAT_COUNTER recv; /* Received packets. */ 76 STAT_COUNTER drop; /* Dropped packets. */
|
H A D | opt.h | 271 * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for 272 * reassembly (whole packets, not fragments!) 280 * (fragments, not whole packets!). 291 * packets (pbufs) that are waiting for an ARP request (to resolve 346 * for incoming packets. 437 * ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address 448 * ETHARP_TRUST_IP_MAC==1: Incoming IP packets cause the ARP table to be 462 * ETHARP_SUPPORT_VLAN==1: support receiving ethernet packets with VLAN header. 503 * IP_FORWARD==1: Enables the ability to forward IP packets across network 513 * IP_OPTIONS_ALLOWED==0: All packets with IP options are dropped. [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 77 segment is sent in its own IP packet. The IP packets are sent out on 83 packets by the router. If possible, the size of the TCP segments are 85 packet will have to reassemble any fragmented IP packets before they 127 produced one or more reply packets which should be sent out. If so, 128 the network device driver should be called to send out these packets. 136 driver should called to send out the packets that may have been produced. 148 header portions of the TCP and IP packets. Since the calculation of 186 packets and has a fixed table for holding connection state. The global 195 packets before the application has processed the data. Packets that 209 packets is also used for the TCP/IP headers of outgoing data. If the [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00093.html | 41 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of dropped packets at the IP lay… 44 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of received packets at the IP la… 47 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of sent packets at the IP layer.… 50 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of packets dropped due to wrong … 53 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of packets dropped due to wrong … 56 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of packets dropped due to wrong … 59 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of packets dropped since they we… 62 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of packets dropped due to IP che… 65 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of packets dropped since they we… 74 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of dropped ICMP packets. <br></t… [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ |
H A D | slipif.c | 44 * completed packets are fed into netif->input(). 47 * packets and puts completed packets on a queue which is fed into 261 /** Like slipif_rxbyte, but passes completed packets to netif->input 282 * Feed the IP layer with incoming packets 375 * Polls the serial device and feeds the IP layer with incoming packets. 397 * Feeds the IP layer with incoming packets that were receive 434 /** Like slipif_rxbyte, but queues completed packets. 470 * Process a received byte, completed packets are put on a queue that is 487 * Process multiple received byte, completed packets are put on a queue that is
|
H A D | etharp.c | 107 /** Pointer to queue of pending outgoing packets on this ARP entry. */ 183 /* remove all queued packets */ in etharp_free_entry() 271 /* oldest entry with packets on queue */ in etharp_find_entry() 285 * 3) remember the oldest pending entry without queued packets (if any) in etharp_find_entry() 286 * 4) remember the oldest pending entry with queued packets (if any) in etharp_find_entry() 309 /* pending with queued packets? */ in etharp_find_entry() 316 /* pending without queued packets? */ in etharp_find_entry() 352 * 3) oldest pending entry without queued packets in etharp_find_entry() 353 * 4) oldest pending entry with queued packets in etharp_find_entry() 368 /* no queued packets should exist on stable entries */ in etharp_find_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | etharp.c | 93 /** Pointer to queue of pending outgoing packets on this ARP entry. */ 176 /* remove all queued packets */ in etharp_free_entry() 263 /* oldest entry with packets on queue */ in etharp_find_entry() 279 * 3) remember the oldest pending entry without queued packets (if any) in etharp_find_entry() 280 * 4) remember the oldest pending entry with queued packets (if any) in etharp_find_entry() 307 /* pending with queued packets? */ in etharp_find_entry() 314 /* pending without queued packets? */ in etharp_find_entry() 350 * 3) oldest pending entry without queued packets in etharp_find_entry() 351 * 4) oldest pending entry with queued packets in etharp_find_entry() 366 /* no queued packets should exist on stable entries */ in etharp_find_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | etharp.c | 92 /** Pointer to queue of pending outgoing packets on this ARP entry. */ 174 /* remove all queued packets */ in etharp_free_entry() 261 /* oldest entry with packets on queue */ in etharp_find_entry() 277 * 3) remember the oldest pending entry without queued packets (if any) in etharp_find_entry() 278 * 4) remember the oldest pending entry with queued packets (if any) in etharp_find_entry() 305 /* pending with queued packets? */ in etharp_find_entry() 312 /* pending without queued packets? */ in etharp_find_entry() 348 * 3) oldest pending entry without queued packets in etharp_find_entry() 349 * 4) oldest pending entry with queued packets in etharp_find_entry() 364 /* no queued packets should exist on stable entries */ in etharp_find_entry() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | slipif.c | 53 * completed packets are fed into netif->input().\n 56 * packets and puts completed packets on a queue which is fed into 304 /** Like slipif_rxbyte, but passes completed packets to netif->input 325 * Feed the IP layer with incoming packets 421 * Polls the serial device and feeds the IP layer with incoming packets. 444 * Feeds the IP layer with incoming packets that were receive 482 /** Like slipif_rxbyte, but queues completed packets. 519 * Process a received byte, completed packets are put on a queue that is 537 * Process multiple received byte, completed packets are put on a queue that is
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ |
H A D | slipif.c | 53 * completed packets are fed into netif->input().\n 56 * packets and puts completed packets on a queue which is fed into 304 /** Like slipif_rxbyte, but passes completed packets to netif->input 325 * Feed the IP layer with incoming packets 422 * Polls the serial device and feeds the IP layer with incoming packets. 444 * Feeds the IP layer with incoming packets that were receive 481 /** Like slipif_rxbyte, but queues completed packets. 517 * Process a received byte, completed packets are put on a queue that is 534 * Process multiple received byte, completed packets are put on a queue that is
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/ |
H A D | autoip.h | 58 #define PROBE_NUM 3 /* (number of probe packets) */ 59 #define ANNOUNCE_NUM 2 /* (number of announcement packets) */ 60 #define ANNOUNCE_INTERVAL 2 /* seconds (time between announcement packets) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/ |
H A D | autoip.h | 58 #define PROBE_NUM 3 /* (number of probe packets) */ 59 #define ANNOUNCE_NUM 2 /* (number of announcement packets) */ 60 #define ANNOUNCE_INTERVAL 2 /* seconds (time between announcement packets) */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/ |
H A D | slipif.h | 49 * packets on a queue, which is fed into lwIP from slipif_poll(). 56 /** Set this to 1 (default for SLIP_RX_FROM_ISR) to queue incoming packets 58 * If disabled, packets will be dropped if more than one packet is received.
|