Home
last modified time | relevance | path

Searched refs:ICMP6_NI_SUBJ_IPV4 (Results 1 – 6 of 6) sorted by path

/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c160 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ macro
1805 case ICMP6_NI_SUBJ_IPV4: in icmp6_nodeinfo_print()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c246 { ICMP6_NI_SUBJ_IPV4, "ipv4" },
/freebsd/sbin/ping/
H A Dping6.c2442 case ICMP6_NI_SUBJ_IPV4: in pr_icmph()
/freebsd/sys/netinet/
H A Dicmp6.h161 #define ICMP6_NI_SUBJ_IPV4 2 /* Query Subject is an IPv4 address */ macro
/freebsd/sys/netinet6/
H A Dicmp6.c1372 case ICMP6_NI_SUBJ_IPV4: /* XXX: to be implemented? */ in ni6_input()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1086 #ifndef ICMP6_NI_SUBJ_IPV4
1087 # define ICMP6_NI_SUBJ_IPV4 2 macro