Searched refs:dadq (Results 1 – 1 of 1) sorted by relevance
103 struct dadq;104 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);107 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);111 static void dad_addref(struct dadq *, int);112 static void dad_remref(struct dadq *);113 static struct dadq *nd6_dad_attach(struct dadq *, struct ifaddr *);114 static void nd6_dad_detach(struct dadq *, struct ifaddr *);1643 TAILQ_HEAD(dadq_head, dadq);1644 struct dadq { struct1648 TAILQ_ENTRY(dadq) dad_list; argument[all …]