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

/external/syslinux/core/lwip/src/include/
H A Dlwipopts.h37 #define ARP_TABLE_SIZE 16 macro
/external/syslinux/core/lwip/src/netif/
H A Detharp.c112 static struct etharp_entry arp_table[ARP_TABLE_SIZE];
135 #if (LWIP_ARP && (ARP_TABLE_SIZE > 0x7f))
136 #error "ARP_TABLE_SIZE must fit in an s8_t, you have to reduce it in your lwipopts.h"
209 for (i = 0; i < ARP_TABLE_SIZE; ++i) {
260 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE;
261 s8_t empty = ARP_TABLE_SIZE;
264 s8_t old_queue = ARP_TABLE_SIZE;
283 for (i = 0; i < ARP_TABLE_SIZE; ++i) {
286 if ((empty == ARP_TABLE_SIZE)
[all...]
H A Dundiif.c166 static struct undiarp_entry arp_table[ARP_TABLE_SIZE];
652 for (i = 0; i < ARP_TABLE_SIZE; ++i) {
714 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE;
715 s8_t empty = ARP_TABLE_SIZE;
719 s8_t old_queue = ARP_TABLE_SIZE;
732 if ((per_pcb_cache < ARP_TABLE_SIZE) && arp_table[per_pcb_cache].state == UNDIARP_STATE_STABLE) {
768 for (i = 0; i < ARP_TABLE_SIZE; ++i) {
770 if ((empty == ARP_TABLE_SIZE) && (arp_table[i].state == UNDIARP_STATE_EMPTY)) {
825 if (((empty == ARP_TABLE_SIZE)
[all...]
/external/syslinux/core/lwip/src/include/lwip/
H A Dopt.h428 * ARP_TABLE_SIZE: Number of active MAC-IP address pairs cached.
430 #ifndef ARP_TABLE_SIZE
431 #define ARP_TABLE_SIZE 10 macro

Completed in 648 milliseconds