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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c70 struct dadq;
71 static struct dadq *nd6_dad_find(struct ifaddr *);
73 static void nd6_dad_starttimer(struct dadq *, int);
74 static void nd6_dad_stoptimer(struct dadq *);
79 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);
991 TAILQ_HEAD(dadq_head, dadq);
992 struct dadq { struct
993 TAILQ_ENTRY(dadq) dad_list;
1002 static struct dadq_head dadq; variable in typeref:struct:dadq_head
1005 static struct dadq *
[all...]

Completed in 72 milliseconds