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

  /src/tests/net/ndp/
t_dad.sh 34 tentative="[Tt][Ee][Nn][Tt][Aa][Tt][Ii][Vv][Ee]"
101 # The primary address doesn't start with tentative state
103 -o not-match:"$localip1.+$tentative" \
105 # The alias address starts with tentative state
107 #atf_check -s exit:0 -x "cat ./out |grep $localip2 |grep -q tentative"
129 # The alias address left tentative
131 -o not-match:"$localip2.+$tentative" \
139 # The new address starts with tentative state
141 #atf_check -s exit:0 -x "rump.ifconfig shmif0 |grep $localip3 |grep -q tentative"
158 # The new address left tentative
    [all...]
  /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 "

Completed in 13 milliseconds