Searched refs:ICMP_IREQ (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_icmp.h | 189 #define ICMP_IREQ 15 /* information request */ macro 212 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
|
/freebsd/sbin/ipf/libipf/ |
H A D | icmptypes.c | 78 { "inforeq", ICMP_IREQ, ICMP6_NI_QUERY },
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp.c | 137 #define ICMP_IREQ 15 /* information request */ macro 194 { ICMP_IREQ, "information request" },
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_fil_freebsd.c | 509 case ICMP_IREQ : in ipf_send_icmp_err()
|
H A D | fil.c | 1221 case ICMP_IREQ : in ipf_pr_icmp() 9144 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
|
H A D | ip_state.c | 1496 case ICMP_IREQ : in ipf_state_add()
|
H A D | ip_nat.c | 6002 case ICMP_IREQ: in ipf_nat_icmpquerytype()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 1520 case ICMP_IREQ: in pr_icmph()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 397 | IL_ICMP_IREQ ';' { set_icmptype(ICMP_IREQ); }
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 215 { ICMP_IREQ, NULL, 0, "inforeq" },
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 97 { "inforeq", ICMP_IREQ },
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 270 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 2224 case ICMP_IREQ: in pf_icmp_mapping() 2227 *virtual_type = ICMP_IREQ; in pf_icmp_mapping()
|