Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/libipf/
Dicmptypes.c53 # undef ICMP6_FQDN_QUERY
54 # define ICMP6_FQDN_QUERY 0 macro
75 { "fqdnquery", -1, ICMP6_FQDN_QUERY },
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_compat.h999 #ifndef ICMP6_FQDN_QUERY
1000 # define ICMP6_FQDN_QUERY 139 macro
/freebsd-12-stable/sys/netinet/
Dicmp6.h126 #define ICMP6_FQDN_QUERY 139 /* FQDN query */ macro
/freebsd-12-stable/sbin/ipf/ipmon/
Dipmon.c293 { ICMP6_FQDN_QUERY, NULL, 0, "fqdnquery" },
/freebsd-12-stable/contrib/tcpdump/
Dprint-icmp6.c124 #define ICMP6_FQDN_QUERY 139 /* FQDN query */ macro
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.c133 { "fqdnreq", ICMP6_FQDN_QUERY },
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw2.c851 icmp6_type == ICMP6_FQDN_QUERY || in is_icmp6_query()