Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_arp.c123 struct llinfo_arp { struct
127 LIST_ENTRY(llinfo_arp) la_le;
144 static LIST_HEAD(, llinfo_arp) llinfo_arp = LIST_HEAD_INITIALIZER(llinfo_arp); argument
156 static void arptfree(struct llinfo_arp *, void *);
161 static struct llinfo_arp *arp_llinfo_alloc(zalloc_flags_t);
163 static uint32_t arp_llinfo_flushq(struct llinfo_arp *);
169 static __inline void arp_llreach_use(struct llinfo_arp *);
170 static __inline int arp_llreach_reachable(struct llinfo_arp *);
265 static struct llinfo_arp *
268 struct llinfo_arp *la = kalloc_type(struct llinfo_arp, how | Z_ZERO); in arp_llinfo_alloc()
[all …]