Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/netif/
Detharp.h175 struct etharp_q_entry { struct
176 struct etharp_q_entry *next; argument
/external/syslinux/core/lwip/src/netif/
Detharp.c95 struct etharp_q_entry *q;
147 free_etharp_q(struct etharp_q_entry *q) in free_etharp_q()
149 struct etharp_q_entry *r; in free_etharp_q()
492 struct etharp_q_entry *q = arp_table[i].q;
1052 struct etharp_q_entry *new_entry;
1054 new_entry = (struct etharp_q_entry *)memp_malloc(MEMP_ARP_QUEUE);
1060 struct etharp_q_entry *r;
Dundiif.c150 struct etharp_q_entry *q;
624 free_undiarp_q(struct etharp_q_entry *q) in free_undiarp_q()
626 struct etharp_q_entry *r; in free_undiarp_q()
1026 struct etharp_q_entry *new_entry; in undiarp_query()
1034 struct etharp_q_entry *r; in undiarp_query()
1279 struct etharp_q_entry *q = arp_table[i].q; in update_arp_entry()
/external/syslinux/core/lwip/src/include/lwip/
Dmemp_std.h67 LWIP_MEMPOOL(ARP_QUEUE, MEMP_NUM_ARP_QUEUE, sizeof(struct etharp_q_entry), "ARP_QUEUE")