Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6_nbr.c83 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *);
1174 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *n) in nd6_dad_find() function
1270 if ((dp = nd6_dad_find(ifa, NULL)) != NULL) { in nd6_dad_start()
1323 dp = nd6_dad_find(ifa, NULL); in nd6_dad_stop()
1546 dp = nd6_dad_find(ifa, ndopt_nonce); in nd6_dad_ns_input()
1562 dp = nd6_dad_find(ifa, NULL); in nd6_dad_na_input()