/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 92 # Configuration items for the number of duplicate advertisers and the 95 description: 'The number of duplicate advertisers stored.' 100 response. Prevents sending duplicate events to host.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/ |
H A D | test_tcp.c | 121 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data. 178 /* duplicate ACK for data1 (data2 is lost) */ in START_TEST() 193 /* 2nd duplicate ACK for data1 (data2 and data3 are lost) */ in START_TEST() 202 /* 3nd duplicate ACK for data1 (data2 and data3 are lost) -> fast retransmission */ in START_TEST() 308 * Then, provoke fast retransmission by duplicate ACKs and check that all 495 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data.
|
H A D | test_tcp_oos.c | 176 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST() 314 /* p2: 4 bytes before p1, including the first 4 bytes of p1 (partly duplicate) */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/ |
H A D | test_tcp.c | 195 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data. 252 /* duplicate ACK for data1 (data2 is lost) */ in START_TEST() 267 /* 2nd duplicate ACK for data1 (data2 and data3 are lost) */ in START_TEST() 276 /* 3nd duplicate ACK for data1 (data2 and data3 are lost) -> fast retransmission */ in START_TEST() 382 * Then, provoke fast retransmission by duplicate ACKs and check that all 571 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_store_test.c | 136 /* Address value is a duplicate of above, but type differs. */ in TEST_CASE() 177 /* Address value is a duplicate of above, but type differs. */ in TEST_CASE() 356 /* Address value is a duplicate of above, but type differs. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | building.py | 405 objs = SConscript('SConscript', variant_dir=bsp_vdir, duplicate=0) 407 …bjs.extend(SConscript(Rtt_Root + '/src/SConscript', variant_dir=kernel_vdir + '/src', duplicate=0)) 411 variant_dir=kernel_vdir + '/libcpu', duplicate=0)) 416 duplicate=0,
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mbuf.h | 376 * Duplicate a chain of mbufs. Return the start of the duplicated chain. 378 * @param omp The mbuf pool to duplicate out of 379 * @param om The mbuf chain to duplicate
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | nd6.c | 140 * A local address has been determined to be a duplicate. Take the appropriate 144 * @param addr_idx the index of the address detected to be a duplicate 150 /* Mark the address as duplicate, but leave its lifetimes alone. If this was in nd6_duplicate_addr_detected() 151 * a manually assigned address, it will remain in existence as duplicate, and in nd6_duplicate_addr_detected() 160 * addresses either, so mark them as duplicate as well. For autoconfig-only in nd6_duplicate_addr_detected() 209 * and duplicate addresses. Skip address slot 0 (the link-local address). */ in nd6_process_autoconfig_prefix() 342 /* We are using a duplicate address. */ in nd6_input() 955 * - Perform duplicate address detection (DAD) for our addresses 1072 * with duplicate addresses. We choose to track and update lifetimes for in nd6_tmr() 1078 * - for duplicate addresses, retiring them early could result in a new in nd6_tmr()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_scan.c | 57 #error "Cannot have more than 255 duplicate entries!" 123 * requests to the same advertiser and also to filter duplicate events sent 144 /* Used to filter duplicate advertising events to host */ 374 * Checks to see if an advertiser is on the duplicate address list. 539 * Check if a packet is a duplicate advertising packet. 544 * @return int 0: not a duplicate. 1:duplicate 573 * Add an advertiser the list of duplicate advertisers. An address gets added to 574 * the list of duplicate addresses when the controller sends an advertising 910 /* If filtering, add it to list of duplicate addresses */ in ble_ll_scan_send_adv_report() 3619 /* Reset duplicate advertisers and those from which we rxd a response */ in ble_ll_scan_reset()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/ |
H A D | test_tcp.c | 396 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data. 448 /* duplicate ACK for data1 (data2 is lost) */ in START_TEST() 463 /* 2nd duplicate ACK for data1 (data2 and data3 are lost) */ in START_TEST() 472 /* 3nd duplicate ACK for data1 (data2 and data3 are lost) -> fast retransmission */ in START_TEST() 578 * Then, provoke fast retransmission by duplicate ACKs and check that all 742 /** Provoke fast retransmission by duplicate ACKs and then recover by ACKing all sent data.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_store_util.c | 43 /* Do nothing if this peer is a duplicate. */ in ble_store_util_iter_unique_peer()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | dns.c | 915 * dns_call_found() - call the found callback and check if there are duplicate 1328 /* check for duplicate entries */ in dns_enqueue() 1340 /* this is a duplicate entry, find a free request entry */ in dns_enqueue() 1347 LWIP_DEBUGF(DNS_DEBUG, ("dns_enqueue: \"%s\": duplicate request\n", name)); in dns_enqueue() 1353 /* no duplicate entries found */ in dns_enqueue()
|
H A D | tcp_in.c | 1053 * duplicate ack if: 1100 /* If Clause (1) or more is true, but not a duplicate ack, reset 1101 * count of consecutive duplicate acks */ 1351 /* must be a duplicate of a packet that has already been correctly handled */ 1353 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %"U32_F"\n", seqno));
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | lowpan6.c | 679 /* check for duplicate */ in lowpan6_input() 688 /* duplicate fragment. */ in lowpan6_input() 794 /* duplicate, ignore */ in lowpan6_input()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | dns.c | 934 * dns_call_found() - call the found callback and check if there are duplicate 1386 /* check for duplicate entries */ in dns_enqueue() 1398 /* this is a duplicate entry, find a free request entry */ in dns_enqueue() 1405 LWIP_DEBUGF(DNS_DEBUG, ("dns_enqueue: \"%s\": duplicate request\n", name)); in dns_enqueue() 1411 /* no duplicate entries found */ in dns_enqueue()
|
H A D | tcp_in.c | 1178 * duplicate ack if: 1223 /* If Clause (1) or more is true, but not a duplicate ack, reset 1224 * count of consecutive duplicate acks */ 1447 /* must be a duplicate of a packet that has already been correctly handled */ 1449 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %"U32_F"\n", seqno));
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip-fw.c | 135 * duplicate packets. 167 * identifying duplicate packets.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | nodelist.c | 32 /* Duplicate. Free one */ in jffs2_add_fd_to_list() 91 JFFS2_ERROR("duplicate frag at %08x (%p,%p)\n", newfrag->ofs, newfrag, base); in jffs2_fragtree_insert()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_in.c | 904 * duplicate ack if: in tcp_receive() 952 /* If Clause (1) or more is true, but not a duplicate ack, reset in tcp_receive() 953 * count of consecutive duplicate acks */ in tcp_receive() 1204 /* must be a duplicate of a packet that has already been correctly handled */ in tcp_receive() 1206 LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_receive: duplicate seqno %"U32_F"\n", seqno)); in tcp_receive()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | os_mempool.c | 298 * Check for duplicate free. in os_memblock_put()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | algorithm.txt | 119 more time filling in duplicate symbol entries than you do actually decoding.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/netbiosns/ |
H A D | netbiosns.c | 15 * detect duplicate names!
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | chap.c | 545 * If we have received a duplicate or bogus Response, in ChapReceiveResponse() 648 /* presumably an answer to a duplicate response */ in ChapReceiveSuccess()
|
/nrf52832-nimble/rt-thread/components/drivers/wlan/ |
H A D | wlan_cfg.c | 188 /* remove duplicate config */ in rt_wlan_cfg_cache_refresh()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ |
H A D | lowpan6.c | 1019 /* check for duplicate */ in lowpan6_input() 1027 /* duplicate fragment. */ in lowpan6_input() 1090 /* duplicate, ignore. */ in lowpan6_input()
|