Searched refs:etharp_q_entry (Results 1 – 4 of 4) sorted by relevance
175 struct etharp_q_entry { struct176 struct etharp_q_entry *next; argument
95 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;
150 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()
67 LWIP_MEMPOOL(ARP_QUEUE, MEMP_NUM_ARP_QUEUE, sizeof(struct etharp_q_entry), "ARP_QUEUE")