Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Detharp.h70 struct etharp_q_entry { struct
71 struct etharp_q_entry *next; argument
/third_party/lwip/src/core/ipv4/
Detharp.c93 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()
502 struct etharp_q_entry *q = arp_table[i].q;
1068 struct etharp_q_entry *new_entry;
1070 new_entry = (struct etharp_q_entry *)memp_malloc(MEMP_ARP_QUEUE);
1077 struct etharp_q_entry *r;
1091 struct etharp_q_entry *old;
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h94 LWIP_MEMPOOL(ARP_QUEUE, MEMP_NUM_ARP_QUEUE, sizeof(struct etharp_q_entry), "ARP_QUEUE")