Searched refs:dadq (Results 1 – 1 of 1) sorted by relevance
78 struct dadq;79 static struct dadq *nd6_dad_find(struct ifaddr *);80 static void nd6_dad_starttimer(struct dadq *, int);81 static void nd6_dad_stoptimer(struct dadq *);84 static void nd6_dad_ns_output(struct dadq *);87 static struct dadq *nd6_dad_create(struct ifaddr *);88 static void nd6_dad_destroy(struct dadq *);1051 struct dadq *dadq; member1054 struct dadq { struct1055 TAILQ_ENTRY(dadq) dad_list;[all …]