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);
|