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

  /src/sys/netinet/
icmp6.h 167 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */
  /src/sys/netinet6/
icmp6.c 1285 case ICMP6_NI_SUBJ_IPV6:
1286 #if ICMP6_NI_SUBJ_IPV6 != 0
1298 #if ICMP6_NI_SUBJ_IPV6 != 0
1299 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6)
1715 case ICMP6_NI_SUBJ_IPV6:
  /src/sbin/ping6/
ping6.c 1104 icp->icmp6_code = ICMP6_NI_SUBJ_IPV6;
1119 icp->icmp6_code = ICMP6_NI_SUBJ_IPV6;
2195 case ICMP6_NI_SUBJ_IPV6:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1381 #ifndef ICMP6_NI_SUBJ_IPV6
1382 # define ICMP6_NI_SUBJ_IPV6 0

Completed in 17 milliseconds