Searched refs:dadq (Results 1 – 1 of 1) sorted by relevance
101 struct dadq;102 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);105 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);109 static void dad_addref(struct dadq *, int);110 static void dad_remref(struct dadq *);111 static struct dadq *nd6_dad_attach(struct dadq *, struct ifaddr *);112 static void nd6_dad_detach(struct dadq *, struct ifaddr *);1629 TAILQ_HEAD(dadq_head, dadq);1630 struct dadq { struct1634 TAILQ_ENTRY(dadq) dad_list; argument[all …]