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

/freebsd-10.3-release/sys/netinet6/
H A Dnd6_nbr.c84 struct dadq;
85 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);
86 static void nd6_dad_add(struct dadq *dp);
87 static void nd6_dad_del(struct dadq *dp);
88 static void nd6_dad_rele(struct dadq *);
89 static void nd6_dad_starttimer(struct dadq *, int, int);
90 static void nd6_dad_stoptimer(struct dadq *);
91 static void nd6_dad_timer(struct dadq *);
92 static void nd6_dad_duplicated(struct ifaddr *, struct dadq *);
93 static void nd6_dad_ns_output(struct dadq *);
1168 struct dadq { struct
1186 static VNET_DEFINE(TAILQ_HEAD(, dadq), dadq); variable
[all...]

Completed in 93 milliseconds