Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_nbr.c105 struct dadq;
106 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);
109 static void nd6_dad_ns_output(struct dadq *, struct ifaddr *);
113 static void dad_addref(struct dadq *, int);
114 static void dad_remref(struct dadq *);
115 static struct dadq *nd6_dad_attach(struct dadq *, struct ifaddr *);
116 static void nd6_dad_detach(struct dadq *, struct ifaddr *);
1649 TAILQ_HEAD(dadq_head, dadq);
1650 struct dadq { struct
1654 TAILQ_ENTRY(dadq) dad_list; argument
[all …]