Home
last modified time | relevance | path

Searched refs:IN6_IFF_SECURED (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Din6_var.h827 #define IN6_IFF_SECURED 0x0400 /* cryptographically generated */ macro
H A Din6_ifattach.c980 ifra.ifra_flags = IN6_IFF_SECURED; in in6_ifattach_llcgareq()
H A Dnd6.c1445 (IN6_IFF_DUPLICATED | IN6_IFF_AUTOCONF | IN6_IFF_SECURED) in secured_address_is_duplicated()
5040 } else if (ia->ia6_flags & IN6_IFF_SECURED) { in in6_ifaddr_set_dadprogress()
H A Dnd6_nbr.c2129 !(ia->ia6_flags & IN6_IFF_SECURED)) { in nd6_dad_duplicated()
H A Dnd6_rtr.c4148 ifra.ifra_flags |= IN6_IFF_SECURED; in in6_pfx_newpersistaddr()