Searched refs:ICMP_IREQ (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | ip_icmp.h | 191 #define ICMP_IREQ 15 /* information request */ macro 214 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
|
| /freebsd-14-stable/sbin/ipf/libipf/ |
| HD | icmptypes.c | 78 { "inforeq", ICMP_IREQ, ICMP6_NI_QUERY },
|
| /freebsd-14-stable/contrib/tcpdump/ |
| HD | print-icmp.c | 137 #define ICMP_IREQ 15 /* information request */ macro 194 { ICMP_IREQ, "information request" },
|
| /freebsd-14-stable/sys/netpfil/ipfilter/netinet/ |
| HD | ip_fil_freebsd.c | 534 case ICMP_IREQ : in ipf_send_icmp_err()
|
| HD | fil.c | 1225 case ICMP_IREQ : in ipf_pr_icmp() 9148 icmpreplytype4[ICMP_IREQ] = ICMP_IREQREPLY;
|
| HD | ip_state.c | 1500 case ICMP_IREQ : in ipf_state_add()
|
| HD | ip_nat.c | 6006 case ICMP_IREQ: in ipf_nat_icmpquerytype()
|
| /freebsd-14-stable/sbin/ping/ |
| HD | ping.c | 1532 case ICMP_IREQ: in pr_icmph()
|
| /freebsd-14-stable/sbin/ipf/iplang/ |
| HD | iplang_y.y | 397 | IL_ICMP_IREQ ';' { set_icmptype(ICMP_IREQ); }
|
| /freebsd-14-stable/sbin/ipf/ipmon/ |
| HD | ipmon.c | 218 { ICMP_IREQ, NULL, 0, "inforeq" },
|
| /freebsd-14-stable/sbin/pfctl/ |
| HD | pfctl_parser.c | 95 { "inforeq", ICMP_IREQ },
|
| /freebsd-14-stable/sys/netpfil/ipfw/ |
| HD | ip_fw2.c | 268 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )
|
| /freebsd-14-stable/sys/netpfil/pf/ |
| HD | pf.c | 1890 case ICMP_IREQ: in pf_icmp_mapping() 1893 *virtual_type = ICMP_IREQ; in pf_icmp_mapping()
|