Home
last modified time | relevance | path

Searched refs:ICMP6_NI_SUBJ_FQDN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1080 #ifndef ICMP6_NI_SUBJ_FQDN
1081 # define ICMP6_NI_SUBJ_FQDN 1 macro
/freebsd/sys/netinet/
H A Dicmp6.h162 #define ICMP6_NI_SUBJ_FQDN 1 /* Query Subject is a Domain name */ macro
/freebsd/contrib/tcpdump/
H A Dprint-icmp6.c157 #define ICMP6_NI_SUBJ_FQDN 1 /* Query Subject is a Domain name */ macro
1786 case ICMP6_NI_SUBJ_FQDN: in icmp6_nodeinfo_print()
/freebsd/sbin/ping/
H A Dping6.c1362 icp->icmp6_code = ICMP6_NI_SUBJ_FQDN; /*empty*/ in pinger()
2428 case ICMP6_NI_SUBJ_FQDN: in pr_icmph()
/freebsd/sys/netinet6/
H A Dicmp6.c1274 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) in ni6_input()
1336 case ICMP6_NI_SUBJ_FQDN: in ni6_input()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c246 { ICMP6_NI_SUBJ_FQDN, "fqdn" },