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

  /src/sys/netinet6/
nd6_nbr.c 113 int anycast = 0, proxy = 0, tentative = 0; local in function:nd6_ns_input
221 * (3) "tentative" address on which DAD is being performed.
281 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE;
301 * one of my tentative address.
311 if (tentative) {
706 * If my address is tentative, this means that there's somebody
1222 "nd6_dad_start: called with non-tentative address "
1333 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address "
nd6_nbr.c 113 int anycast = 0, proxy = 0, tentative = 0; local in function:nd6_ns_input
221 * (3) "tentative" address on which DAD is being performed.
281 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE;
301 * one of my tentative address.
311 if (tentative) {
706 * If my address is tentative, this means that there's somebody
1222 "nd6_dad_start: called with non-tentative address "
1333 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address "
nd6_nbr.c 113 int anycast = 0, proxy = 0, tentative = 0; local in function:nd6_ns_input
221 * (3) "tentative" address on which DAD is being performed.
281 tentative = ((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_TENTATIVE;
301 * one of my tentative address.
311 if (tentative) {
706 * If my address is tentative, this means that there's somebody
1222 "nd6_dad_start: called with non-tentative address "
1333 log(LOG_ERR, "nd6_dad_timer: called with non-tentative address "

Completed in 33 milliseconds