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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c100 struct dadq;
101 static struct dadq *nd6_dad_find(struct ifaddr *);
104 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);
108 static void dad_addref(struct dadq *, int);
109 static void dad_remref(struct dadq *);
110 static struct dadq *nd6_dad_attach(struct dadq *, struct ifaddr *);
111 static void nd6_dad_detach(struct dadq *, struct ifaddr *);
116 static struct zone *dad_zone; /* zone for dadq */
1439 TAILQ_HEAD(dadq_head, dadq);
1440 struct dadq { struct
1455 static struct dadq_head dadq; variable in typeref:struct:dadq_head
[all...]

Completed in 179 milliseconds