Home
last modified time | relevance | path

Searched refs:IN6_IFF_TEMPORARY (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dipv6.h112 #if !defined(IN6_IFF_TEMPORARY) && defined(IN6_IFF_PRIVACY)
113 #define IN6_IFF_TEMPORARY IN6_IFF_PRIVACY macro
139 #if defined(IN6_IFF_TEMPORARY) && !defined(__linux__)
146 # define IN6_IFF_TEMPORARY IFA_F_TEMPORARY macro
H A Dif-bsd.c1087 ifa.ifra_flags |= IN6_IFF_TEMPORARY; in if_address6()
H A Dipv6.c1252 if (ia->addr_flags & IN6_IFF_TEMPORARY) in ipv6_handleifa()
/dragonfly/sys/netinet6/
H A Din6.c2192 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY)) in in6_ifawithscope()
2195 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY)) in in6_ifawithscope()
2196 == (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY)) { in in6_ifawithscope()
2200 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY)) in in6_ifawithscope()
2201 == (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY) && in in6_ifawithscope()
2203 (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY)) in in6_ifawithscope()
H A Dnd6.c612 (ia6->ia6_flags & IN6_IFF_TEMPORARY)) { in nd6_timer_dispatch()
637 (ia6->ia6_flags & IN6_IFF_TEMPORARY) && in nd6_timer_dispatch()
750 if ((it6->ia6_flags & IN6_IFF_TEMPORARY) && in regen_tmpaddr()
H A Din6_var.h466 #define IN6_IFF_TEMPORARY 0x80 /* temporary (anonymous) address. */ macro
H A Dnd6_rtr.c1064 if (ifa6->ia6_flags & IN6_IFF_TEMPORARY) { in prelist_update()
1733 ifra.ifra_flags |= (IN6_IFF_AUTOCONF|IN6_IFF_TEMPORARY); in in6_tmpifadd()
H A Dicmp6.c1149 if ((ia6->ia6_flags & IN6_IFF_TEMPORARY) && in ni6_input()
1642 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) && in ni6_addrs()
1739 if ((ifa6->ia6_flags & IN6_IFF_TEMPORARY) && in ni6_store_addrs()
/dragonfly/sbin/ifconfig/
H A Daf_inet6.c297 if ((flags6 & IN6_IFF_TEMPORARY) != 0) in in6_status()