HomeSort by: relevance | last modified time | path
    Searched refs:IN6_IFF_DEPRECATED (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/netinet6/
nd6.c 495 if ((oldflags & IN6_IFF_DEPRECATED) == 0) {
496 ia6->ia6_flags |= IN6_IFF_DEPRECATED;
504 if (ia6->ia6_flags & IN6_IFF_DEPRECATED) {
505 ia6->ia6_flags &= ~IN6_IFF_DEPRECATED;
in6_var.h 404 #define IN6_IFF_DEPRECATED 0x10 /* deprecated address */
in6.c 1306 * backward compatibility - if IN6_IFF_DEPRECATED is set from the
1309 if ((ifra->ifra_flags & IN6_IFF_DEPRECATED) != 0) {
2058 (ia->ia6_flags & IN6_IFF_DEPRECATED) != 0) {
2145 if (ia->ia6_flags & IN6_IFF_DEPRECATED) {
2182 if (ia->ia6_flags & IN6_IFF_DEPRECATED) {
icmp6.c 1823 if ((ia6->ia6_flags & IN6_IFF_DEPRECATED) != 0 &&
1836 else if ((ia6->ia6_flags & IN6_IFF_DEPRECATED) == 0 &&
  /src/sbin/ifconfig/
af_inet6.c 82 , IFKW("deprecated", IN6_IFF_DEPRECATED)
  /src/usr.sbin/ifwatchd/
ifwatchd.c 306 if (addrflags & IN6_IFF_DEPRECATED)
  /src/lib/libc/net/
getaddrinfo.c 930 if ((flags6 & IN6_IFF_DEPRECATED))
  /src/sys/netinet/
tcp_input.c 1668 (ia6->ia6_flags & IN6_IFF_DEPRECATED)) {
sctp_pcb.c 3433 IN6_IFF_DEPRECATED | IN6_IFF_ANYCAST | IN6_IFF_NOTREADY))
3571 /* IN6_IFF_DEPRECATED | */
sctp_output.c 2535 IN6_IFF_DEPRECATED) {

Completed in 89 milliseconds