Searched refs:etharp_q_entry (Results 1 – 3 of 3) sorted by relevance
175 struct etharp_q_entry { struct176 struct etharp_q_entry *next; argument
108 struct etharp_q_entry *q;155 free_etharp_q(struct etharp_q_entry *q) in free_etharp_q()157 struct etharp_q_entry *r; in free_etharp_q()496 struct etharp_q_entry *q = arp_table[i].q;1111 struct etharp_q_entry *new_entry;1113 new_entry = (struct etharp_q_entry *)memp_malloc(MEMP_ARP_QUEUE);1119 struct etharp_q_entry *r;
67 LWIP_MEMPOOL(ARP_QUEUE, MEMP_NUM_ARP_QUEUE, sizeof(struct etharp_q_entry), "ARP_QUEUE")
Completed in 5 milliseconds