Home
last modified time | relevance | path

Searched refs:ICMP6_NI_SUBJ_IPV6 (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
Dicmp6.h151 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ macro
Dprint-icmp6.c1081 case ICMP6_NI_SUBJ_IPV6: in icmp6_nodeinfo_print()
/freebsd-10-stable/sys/netinet6/
Dicmp6.c1335 case ICMP6_NI_SUBJ_IPV6: in ni6_input()
1336 #if ICMP6_NI_SUBJ_IPV6 != 0 in ni6_input()
1348 #if ICMP6_NI_SUBJ_IPV6 != 0 in ni6_input()
1349 if (ni6->ni_code != ICMP6_NI_SUBJ_IPV6) in ni6_input()
1743 case ICMP6_NI_SUBJ_IPV6: in ni6_addrs()
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h1308 #ifndef ICMP6_NI_SUBJ_IPV6
1309 # define ICMP6_NI_SUBJ_IPV6 0 macro
/freebsd-10-stable/sys/netinet/
Dicmp6.h157 #define ICMP6_NI_SUBJ_IPV6 0 /* Query Subject is an IPv6 address */ macro
/freebsd-10-stable/sbin/ping6/
Dping6.c1277 icp->icmp6_code = ICMP6_NI_SUBJ_IPV6; in pinger()
1304 icp->icmp6_code = ICMP6_NI_SUBJ_IPV6; in pinger()
2421 case ICMP6_NI_SUBJ_IPV6: in pr_icmph()
/freebsd-10-stable/contrib/ipfilter/tools/
Dipmon.c262 { ICMP6_NI_SUBJ_IPV6, "ipv6" },