Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ipfilter/lib/
Dicmptypes.c53 # undef ICMP6_FQDN_QUERY
54 # define ICMP6_FQDN_QUERY 0 macro
75 { "fqdnquery", -1, ICMP6_FQDN_QUERY },
/freebsd-10-stable/contrib/tcpdump/
Dicmp6.h116 #define ICMP6_FQDN_QUERY 139 /* FQDN query */ macro
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h1219 #ifndef ICMP6_FQDN_QUERY
1220 # define ICMP6_FQDN_QUERY 139 macro
/freebsd-10-stable/sys/netinet/
Dicmp6.h124 #define ICMP6_FQDN_QUERY 139 /* FQDN query */ macro
/freebsd-10-stable/contrib/ipfilter/tools/
Dipmon.c306 { ICMP6_FQDN_QUERY, NULL, 0, "fqdnquery" },
/freebsd-10-stable/sbin/pfctl/
Dpfctl_parser.c130 { "fqdnreq", ICMP6_FQDN_QUERY },
/freebsd-10-stable/sys/netpfil/ipfw/
Dip_fw2.c568 icmp6_type == ICMP6_FQDN_QUERY || in is_icmp6_query()