Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dmacifaddrs_converter.cc164 #define IN6_IFF_TENTATIVE 0x0002 /* tentative address */ macro
236 IN6_IFF_TENTATIVE | IN6_IFF_DETACHED)) { in ConvertNativeToIPAttributes()
/external/dhcpcd-6.8.2/
Dipv6.c94 # define IN6_IFF_TENTATIVE (IFA_F_TENTATIVE | IFA_F_OPTIMISTIC) macro
96 # define IN6_IFF_TENTATIVE (IFA_F_TENTATIVE | 0x04) macro
107 (IN6_IFF_TENTATIVE | IN6_IFF_DUPLICATED | IN6_IFF_DETACHED)
594 else if (!(ifa_flags & IN6_IFF_TENTATIVE)) { in ipv6_checkaddrflags()
1014 if (ap->addr_flags & IN6_IFF_TENTATIVE) { in ipv6_handleifa()
1059 !(ap->addr_flags & IN6_IFF_TENTATIVE)) in ipv6_iffindaddr()
1107 ap->addr_flags = IN6_IFF_TENTATIVE; in ipv6_newlinklocal()
1327 if (flags & (IN6_IFF_DETACHED |IN6_IFF_TENTATIVE)) in ipv6_handleifa_addrs()
1548 ia->addr_flags = IN6_IFF_TENTATIVE; in ipv6_createtempaddr()
DREADME52 IN6_IFF_TENTATIVE, IN6_IFF_DUPLICATED, etc. On these systems,
53 dhcpcd will poll a freshly added address until either IN6_IFF_TENTATIVE is