HomeSort by: relevance | last modified time | path
    Searched defs:nd6_dad_find (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet6/
nd6_nbr.c 81 static struct dadq *nd6_dad_find(struct ifaddr *, struct nd_opt_nonce *, bool *);
1105 nd6_dad_find(struct ifaddr *ifa, struct nd_opt_nonce *nonce, bool *found_nonce) function in typeref:struct:dadq *
1165 nd6_dad_find(ifa, nonce, &found_nonce);
1239 if (nd6_dad_find(ifa, NULL, NULL) != NULL) {
1291 dp = nd6_dad_find(ifa, NULL, NULL);
1486 dp = nd6_dad_find(ifa, nonce, &found_nonce);

Completed in 14 milliseconds