Home
last modified time | relevance | path

Searched refs:ARP_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/netif/
Detharp.c112 static struct etharp_entry arp_table[ARP_TABLE_SIZE];
135 #if (LWIP_ARP && (ARP_TABLE_SIZE > 0x7f))
209 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 find_entry()
261 s8_t empty = ARP_TABLE_SIZE; in find_entry()
264 s8_t old_queue = ARP_TABLE_SIZE; in find_entry()
283 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in find_entry()
286 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) { in find_entry()
336 ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_FLAG_TRY_HARD) == 0))) { in find_entry()
351 if (empty < ARP_TABLE_SIZE) { in find_entry()
[all …]
Dundiif.c166 static struct undiarp_entry arp_table[ARP_TABLE_SIZE];
652 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in undiarp_tmr()
714 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE; in find_entry()
715 s8_t empty = ARP_TABLE_SIZE; in find_entry()
719 s8_t old_queue = ARP_TABLE_SIZE; in find_entry()
732 … if ((per_pcb_cache < ARP_TABLE_SIZE) && arp_table[per_pcb_cache].state == UNDIARP_STATE_STABLE) { in find_entry()
768 for (i = 0; i < ARP_TABLE_SIZE; ++i) { in find_entry()
770 if ((empty == ARP_TABLE_SIZE) && (arp_table[i].state == UNDIARP_STATE_EMPTY)) { in find_entry()
825 if (((empty == ARP_TABLE_SIZE) && ((flags & UNDIARP_TRY_HARD) == 0)) in find_entry()
842 if (empty < ARP_TABLE_SIZE) { in find_entry()
[all …]
/external/syslinux/core/lwip/src/include/
Dlwipopts.h37 #define ARP_TABLE_SIZE 16 macro
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h430 #ifndef ARP_TABLE_SIZE
431 #define ARP_TABLE_SIZE 10 macro