Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Din_arp.c122 struct llinfo_arp { struct
126 LIST_ENTRY(llinfo_arp) la_le;
143 static LIST_HEAD(, llinfo_arp) llinfo_arp = LIST_HEAD_INITIALIZER(llinfo_arp); argument
155 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 *);
264 static struct llinfo_arp *
267 struct llinfo_arp *la = kalloc_type(struct llinfo_arp, how | Z_ZERO); in arp_llinfo_alloc()
[all …]