Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dicmp6.h164 #define ICMP6_NI_SUBJ_FQDN 1 /* Query Subject is a Domain name */ macro
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1384 #ifndef ICMP6_NI_SUBJ_FQDN
1385 # define ICMP6_NI_SUBJ_FQDN 1 macro
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c165 #define ICMP6_NI_SUBJ_FQDN 1 /* Query Subject is a Domain name */ macro
1678 case ICMP6_NI_SUBJ_FQDN: in icmp6_nodeinfo_print()
/netbsd/sbin/ping6/
H A Dping6.c1127 icp->icmp6_code = ICMP6_NI_SUBJ_FQDN; /*empty*/ in pinger()
2210 case ICMP6_NI_SUBJ_FQDN: in pr_icmph()
/netbsd/sys/netinet6/
H A Dicmp6.c1276 if (ni6->ni_code == ICMP6_NI_SUBJ_FQDN && subjlen == 0) in ni6_input()
1344 case ICMP6_NI_SUBJ_FQDN: in ni6_input()
/netbsd/external/bsd/ipf/dist/tools/
H A Dipmon.c263 { ICMP6_NI_SUBJ_FQDN, "fqdn" },