Searched refs:llinfo_arp (Results 1 – 1 of 1) sorted by relevance
122 struct llinfo_arp { struct126 LIST_ENTRY(llinfo_arp) la_le;143 static LIST_HEAD(, llinfo_arp) llinfo_arp; argument155 static void arptfree(struct llinfo_arp *, void *);160 static struct llinfo_arp *arp_llinfo_alloc(zalloc_flags_t);162 static uint32_t arp_llinfo_flushq(struct llinfo_arp *);168 static __inline void arp_llreach_use(struct llinfo_arp *);169 static __inline int arp_llreach_reachable(struct llinfo_arp *);266 sizeof(struct llinfo_arp), ZC_ZFREE_CLEARMEM);273 LIST_INIT(&llinfo_arp); in arp_init()[all …]