Searched refs:dadq (Results 1 – 1 of 1) sorted by relevance
84 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);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 *, struct ifaddr *);[all …]