Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Din6_var.h825 #define IN6_IFF_DYNAMIC 0x0100 /* assigned by DHCPv6 service */ macro
841 #define IN6_IFF_NOTMANUAL (IN6_IFF_AUTOCONF|IN6_IFF_DYNAMIC)
H A Dnd6.c5059 (ia->ia6_flags & IN6_IFF_DYNAMIC)) { in in6_ifaddr_set_dadprogress()
5076 !(ia->ia6_flags & IN6_IFF_DYNAMIC)) { in in6_ifaddr_set_dadprogress()
H A Din6.c1788 if (ifra->ifra_flags & (IN6_IFF_AUTOCONF | IN6_IFF_DYNAMIC)) { in in6ctl_aifaddr()