Searched refs:ARP_TABLE_SIZE (Results 1 – 13 of 13) sorted by relevance
| /components/net/lwip/lwip-1.4.1/test/unit/etharp/ |
| A D | test_etharp.c | 153 ip_addr_t adrs[ARP_TABLE_SIZE + 2]; in START_TEST() 155 for(i = 0; i < ARP_TABLE_SIZE + 2; i++) { in START_TEST() 159 for(i = 0; i < ARP_TABLE_SIZE; i++) { in START_TEST() 182 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE], &test_ethaddr3); in START_TEST() 184 idx = etharp_find_addr(NULL, &adrs[ARP_TABLE_SIZE], &unused_ethaddr, &unused_ipaddr); in START_TEST() 191 for(i = 0; i < ARP_TABLE_SIZE; i++) { in START_TEST() 207 if (i < ARP_TABLE_SIZE - 1) { in START_TEST() 218 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE+1], &test_ethaddr4); in START_TEST() 220 idx = etharp_find_addr(NULL, &adrs[ARP_TABLE_SIZE], &unused_ethaddr, &unused_ipaddr); in START_TEST() 225 err = etharp_remove_static_entry(&adrs[ARP_TABLE_SIZE+1]); in START_TEST() [all …]
|
| /components/net/lwip/lwip-2.0.3/test/unit/etharp/ |
| A D | test_etharp.c | 154 ip4_addr_t adrs[ARP_TABLE_SIZE + 2]; in START_TEST() 156 for(i = 0; i < ARP_TABLE_SIZE + 2; i++) { in START_TEST() 160 for(i = 0; i < ARP_TABLE_SIZE; i++) { in START_TEST() 186 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE], &test_ethaddr3); in START_TEST() 188 idx = etharp_find_addr(NULL, &adrs[ARP_TABLE_SIZE], &unused_ethaddr, &unused_ipaddr); in START_TEST() 195 for(i = 0; i < ARP_TABLE_SIZE; i++) { in START_TEST() 214 if (i < ARP_TABLE_SIZE - 1) { in START_TEST() 225 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE+1], &test_ethaddr4); in START_TEST() 227 idx = etharp_find_addr(NULL, &adrs[ARP_TABLE_SIZE], &unused_ethaddr, &unused_ipaddr); in START_TEST() 232 err = etharp_remove_static_entry(&adrs[ARP_TABLE_SIZE+1]); in START_TEST() [all …]
|
| /components/net/lwip/lwip-2.1.2/test/unit/etharp/ |
| A D | test_etharp.c | 157 ip4_addr_t adrs[ARP_TABLE_SIZE + 2]; in START_TEST() 159 for(i = 0; i < ARP_TABLE_SIZE + 2; i++) { in START_TEST() 163 for(i = 0; i < ARP_TABLE_SIZE; i++) { in START_TEST() 189 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE], &test_ethaddr3); in START_TEST() 191 idx = etharp_find_addr(NULL, &adrs[ARP_TABLE_SIZE], &unused_ethaddr, &unused_ipaddr); in START_TEST() 198 for(i = 0; i < ARP_TABLE_SIZE; i++) { in START_TEST() 217 if (i < ARP_TABLE_SIZE - 1) { in START_TEST() 228 err = etharp_add_static_entry(&adrs[ARP_TABLE_SIZE+1], &test_ethaddr4); in START_TEST() 230 idx = etharp_find_addr(NULL, &adrs[ARP_TABLE_SIZE], &unused_ethaddr, &unused_ipaddr); in START_TEST() 235 err = etharp_remove_static_entry(&adrs[ARP_TABLE_SIZE+1]); in START_TEST() [all …]
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | etharp.c | 129 #if (LWIP_ARP && (ARP_TABLE_SIZE > 0x7f)) 205 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in etharp_tmr() 260 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE; in etharp_find_entry() 261 s8_t empty = ARP_TABLE_SIZE; in etharp_find_entry() 264 s8_t old_queue = ARP_TABLE_SIZE; in etharp_find_entry() 285 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in etharp_find_entry() 357 if (empty < ARP_TABLE_SIZE) { in etharp_find_entry() 362 if (old_stable < ARP_TABLE_SIZE) { in etharp_find_entry() 374 } else if (old_queue < ARP_TABLE_SIZE) { in etharp_find_entry() 563 for (i = 0; i < ARP_TABLE_SIZE; ++i) { [all …]
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | etharp.c | 128 #if (ARP_TABLE_SIZE > NETIF_ADDR_IDX_MAX) 203 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in etharp_tmr() 258 s16_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE; in etharp_find_entry() 259 s16_t empty = ARP_TABLE_SIZE; in etharp_find_entry() 262 s16_t old_queue = ARP_TABLE_SIZE; in etharp_find_entry() 283 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in etharp_find_entry() 355 if (empty < ARP_TABLE_SIZE) { in etharp_find_entry() 360 if (old_stable < ARP_TABLE_SIZE) { in etharp_find_entry() 372 } else if (old_queue < ARP_TABLE_SIZE) { in etharp_find_entry() 563 for (i = 0; i < ARP_TABLE_SIZE; ++i) { [all …]
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | etharp.c | 143 #if (LWIP_ARP && (ARP_TABLE_SIZE > 0x7f)) 212 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in etharp_tmr() 268 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE; in etharp_find_entry() 269 s8_t empty = ARP_TABLE_SIZE; in etharp_find_entry() 272 s8_t old_queue = ARP_TABLE_SIZE; in etharp_find_entry() 291 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in etharp_find_entry() 359 if (empty < ARP_TABLE_SIZE) { in etharp_find_entry() 364 if (old_stable < ARP_TABLE_SIZE) { in etharp_find_entry() 376 } else if (old_queue < ARP_TABLE_SIZE) { in etharp_find_entry() 583 for (i = 0; i < ARP_TABLE_SIZE; ++i) { [all …]
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 432 #ifndef ARP_TABLE_SIZE 433 #define ARP_TABLE_SIZE 10 macro
|
| /components/net/lwip/port/ |
| A D | lwipopts.h | 422 #define ARP_TABLE_SIZE 10 macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | opt.h | 548 #if !defined ARP_TABLE_SIZE || defined __DOXYGEN__ 549 #define ARP_TABLE_SIZE 10 macro
|
| /components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
| A D | snmp_mib2_ip.c | 544 for (i=0; i<ARP_TABLE_SIZE; i++) { in ip_NetToMediaTable_get_cell_value() 572 for (i=0; i<ARP_TABLE_SIZE; i++) { in ip_NetToMediaTable_get_next_cell_instance_and_value()
|
| /components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
| A D | snmp_mib2_ip.c | 532 for (i = 0; i < ARP_TABLE_SIZE; i++) { in ip_NetToMediaTable_get_cell_value() 560 for (i = 0; i < ARP_TABLE_SIZE; i++) { in ip_NetToMediaTable_get_next_cell_instance_and_value()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | opt.h | 635 #if !defined ARP_TABLE_SIZE || defined __DOXYGEN__ 636 #define ARP_TABLE_SIZE 10 macro
|
| A D | netif.h | 242 #if (LWIP_IPV4 && LWIP_ARP && (ARP_TABLE_SIZE > 0x7f)) || (LWIP_IPV6 && (LWIP_ND6_NUM_DESTINATIONS …
|
Completed in 46 milliseconds