Searched refs:etharp_q_entry (Results 1 – 3 of 3) sorted by relevance
70 struct etharp_q_entry { struct71 struct etharp_q_entry *next; argument
93 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;
94 LWIP_MEMPOOL(ARP_QUEUE, MEMP_NUM_ARP_QUEUE, sizeof(struct etharp_q_entry), "ARP_QUEUE")