Home
last modified time | relevance | path

Searched refs:ICMP_IREQ (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netinet/
H A Dip_icmp.h189 #define ICMP_IREQ 15 /* information request */ macro
212 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
/freebsd/sbin/ipf/libipf/
H A Dicmptypes.c78 { "inforeq", ICMP_IREQ, ICMP6_NI_QUERY },
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c137 #define ICMP_IREQ 15 /* information request */ macro
194 { ICMP_IREQ, "information request" },
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c509 case ICMP_IREQ : in ipf_send_icmp_err()
H A Dfil.c1221 case ICMP_IREQ : in ipf_pr_icmp()
9144 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
H A Dip_state.c1496 case ICMP_IREQ : in ipf_state_add()
H A Dip_nat.c6002 case ICMP_IREQ: in ipf_nat_icmpquerytype()
/freebsd/sbin/ping/
H A Dping.c1520 case ICMP_IREQ: in pr_icmph()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y397 | IL_ICMP_IREQ ';' { set_icmptype(ICMP_IREQ); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c215 { ICMP_IREQ, NULL, 0, "inforeq" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c97 { "inforeq", ICMP_IREQ },
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c270 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )
/freebsd/sys/netpfil/pf/
H A Dpf.c2224 case ICMP_IREQ: in pf_icmp_mapping()
2227 *virtual_type = ICMP_IREQ; in pf_icmp_mapping()