Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDip_icmp.h191 #define ICMP_IREQ 15 /* information request */ macro
214 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
/freebsd-14-stable/sbin/ipf/libipf/
HDicmptypes.c78 { "inforeq", ICMP_IREQ, ICMP6_NI_QUERY },
/freebsd-14-stable/contrib/tcpdump/
HDprint-icmp.c137 #define ICMP_IREQ 15 /* information request */ macro
194 { ICMP_IREQ, "information request" },
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_fil_freebsd.c534 case ICMP_IREQ : in ipf_send_icmp_err()
HDfil.c1225 case ICMP_IREQ : in ipf_pr_icmp()
9148 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
HDip_state.c1500 case ICMP_IREQ : in ipf_state_add()
HDip_nat.c6006 case ICMP_IREQ: in ipf_nat_icmpquerytype()
/freebsd-14-stable/sbin/ping/
HDping.c1532 case ICMP_IREQ: in pr_icmph()
/freebsd-14-stable/sbin/ipf/iplang/
HDiplang_y.y397 | IL_ICMP_IREQ ';' { set_icmptype(ICMP_IREQ); }
/freebsd-14-stable/sbin/ipf/ipmon/
HDipmon.c218 { ICMP_IREQ, NULL, 0, "inforeq" },
/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.c95 { "inforeq", ICMP_IREQ },
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw2.c268 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )
/freebsd-14-stable/sys/netpfil/pf/
HDpf.c1890 case ICMP_IREQ: in pf_icmp_mapping()
1893 *virtual_type = ICMP_IREQ; in pf_icmp_mapping()