Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Daf_inet6.c295 if ((flags6 & IN6_IFF_DEPRECATED) != 0)
546 DEF_CMD("deprecated", IN6_IFF_DEPRECATED, setip6flags),
547 DEF_CMD("-deprecated", -IN6_IFF_DEPRECATED, setip6flags),
/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c127 IN6_IFF_DEPRECATED) { in sctp_gather_internal_ifa_flags()
H A Dtcp_input.c1255 (ia6->ia6_flags & IN6_IFF_DEPRECATED)) { in tcp_input()
/f-stack/freebsd/netinet6/
H A Din6.c1154 if ((ifra->ifra_flags & IN6_IFF_DEPRECATED) != 0) { in in6_update_ifa_internal()
1792 if (ia->ia6_flags & IN6_IFF_DEPRECATED) { in in6_is_addr_deprecated()
1906 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DEPRECATED) { in in6_ifawithifp()
1942 if (((struct in6_ifaddr *)ifa)->ia6_flags & IN6_IFF_DEPRECATED) { in in6_ifawithifp()
H A Dnd6.c972 ia6->ia6_flags |= IN6_IFF_DEPRECATED; in nd6_timer()
980 (oldflags & IN6_IFF_DEPRECATED) == 0) { in nd6_timer()
1026 ia6->ia6_flags &= ~IN6_IFF_DEPRECATED; in nd6_timer()
H A Draw_ip6.c779 IN6_IFF_DETACHED|IN6_IFF_DEPRECATED)) { in rip6_bind()
H A Din6_var.h496 #define IN6_IFF_DEPRECATED 0x10 /* deprecated address */ macro
H A Dicmp6.c1769 if ((ifa6->ia6_flags & IN6_IFF_DEPRECATED) != 0 && in ni6_store_addrs()
1781 } else if ((ifa6->ia6_flags & IN6_IFF_DEPRECATED) == 0 && in ni6_store_addrs()
/f-stack/tools/compat/include/netinet6/
H A Din6_var.h496 #define IN6_IFF_DEPRECATED 0x10 /* deprecated address */ macro