Searched refs:dadq (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c104 struct dadq;
105 static struct dadq *nd6_dad_find(struct ifaddr *);
108 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);
111 static void dad_addref(struct dadq *, int);
112 static void dad_remref(struct dadq *);
113 static struct dadq *nd6_dad_attach(struct dadq *, struct ifaddr *);
114 static void nd6_dad_detach(struct dadq *, struct ifaddr *);
120 static struct zone *dad_zone; /* zone for dadq */
1498 TAILQ_HEAD(dadq_head, dadq);
1499 struct dadq { struct
1513 static struct dadq_head dadq; variable in typeref:struct:dadq_head
[all...]

Completed in 20 milliseconds