Searched refs:IPV6_AF_NEW (Results 1 - 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
H A Dipv6.h122 #define IPV6_AF_NEW 0x0002 macro
H A Ddhcp6.c1775 a->flags = IPV6_AF_NEW | IPV6_AF_ONLINK;
1799 a->flags |= IPV6_AF_ONLINK | IPV6_AF_NEW;
1806 a->flags |= IPV6_AF_NEW;
1862 a->flags = IPV6_AF_NEW | IPV6_AF_DELEGATEDPFX;
1876 a->flags |= IPV6_AF_NEW | IPV6_AF_DELEGATEDPFX;
1879 a->flags |= IPV6_AF_NEW;
2337 a->flags = IPV6_AF_NEW | IPV6_AF_ONLINK;
2360 a->flags &= ~IPV6_AF_NEW;
2453 if (ap->flags & IPV6_AF_NEW) {
2454 ap->flags &= ~IPV6_AF_NEW;
[all...]
H A Dipv6.c661 logger(ap->iface->ctx, ap->flags & IPV6_AF_NEW ? LOG_INFO : LOG_DEBUG,
731 ap->flags &= ~IPV6_AF_NEW;
830 if (ap->flags & IPV6_AF_NEW)
1106 ap->flags = IPV6_AF_NEW;
1550 ia->flags = IPV6_AF_NEW | IPV6_AF_AUTOCONF | IPV6_AF_TEMPORARY;
1622 ap->flags |= IPV6_AF_NEW | IPV6_AF_AUTOCONF;
H A Dipv6nd.c662 ap->flags |= IPV6_AF_NEW;
934 ap->flags = IPV6_AF_NEW;

Completed in 60 milliseconds