| /freebsd-14.2/sys/netinet/ |
| H A D | ip_icmp.h | 177 #define ICMP_ECHO 8 /* echo service */ macro 211 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
|
| H A D | ip_icmp.c | 601 case ICMP_ECHO: in icmp_input()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-icmp.c | 127 #define ICMP_ECHO 8 /* echo service */ macro 190 { ICMP_ECHO, "echo request" }, 342 case ICMP_ECHO: in icmp_print() 345 icmp_type == ICMP_ECHO ? in icmp_print()
|
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | icmptypes.c | 73 { "echo", ICMP_ECHO, ICMP6_ECHO_REQUEST },
|
| H A D | ipft_tx.c | 304 if (ic->icmp_type == ICMP_ECHO || in parseline()
|
| /freebsd-14.2/contrib/netbsd-tests/net/icmp/ |
| H A D | t_ping.c | 165 icmp->icmp_type = ICMP_ECHO; in doping() 394 icmp->icmp_type = ICMP_ECHO; in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII_ip.c | 424 value->v.integer = icmpstat.icps_inhist[ICMP_ECHO]; in op_icmpstat() 481 value->v.integer = icmpstat.icps_outhist[ICMP_ECHO]; in op_icmpstat()
|
| /freebsd-14.2/contrib/netbsd-tests/net/config/ |
| H A D | netconfig.c | 213 icmp.icmp_type = ICMP_ECHO; in netcfg_rump_pingtest()
|
| /freebsd-14.2/usr.bin/systat/ |
| H A D | icmp.c | 206 DO2(ICMP_ECHO, 11); in showicmp()
|
| /freebsd-14.2/sys/netinet/libalias/ |
| H A D | alias.c | 358 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2() 465 case ICMP_ECHO: in IcmpAliasIn() 547 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2() 634 case ICMP_ECHO: in IcmpAliasOut()
|
| /freebsd-14.2/sbin/ping/ |
| H A D | ping.c | 181 static u_char icmp_type = ICMP_ECHO; 1332 (oicmp.icmp_type == ICMP_ECHO) && in pr_pack() 1500 case ICMP_ECHO: in pr_icmph()
|
| /freebsd-14.2/contrib/netbsd-tests/net/bpfilter/ |
| H A D | t_bpfilter.c | 195 icmp->icmp_type = ICMP_ECHO; in pingtest()
|
| /freebsd-14.2/sys/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 966 case ICMP_ECHO: in nat64_icmp_translate() 1150 if (icmp->icmp_type != ICMP_ECHO) { in nat64_icmp_translate() 1702 icmp6->icmp6_type = ICMP_ECHO; in nat64_do_handle_ip6()
|
| H A D | nat64lsn.c | 431 case ICMP_ECHO: in inspect_icmp_mbuf() 473 if (icmp->icmp_type != ICMP_ECHO) in inspect_icmp_mbuf()
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf_lb.c | 229 if (*nport == htons(ICMP_ECHO)) { in pf_get_sport()
|
| H A D | pf.c | 1836 case ICMP_ECHO: in pf_icmp_mapping() 1839 *virtual_type = ICMP_ECHO; in pf_icmp_mapping() 3523 case ICMP_ECHO: in pf_icmp_to_bandlim() 4816 if (virtual_type == htons(ICMP_ECHO) && in pf_test_rule() 7190 (virtual_type == htons(ICMP_ECHO) && in pf_test_state_icmp() 7193 (virtual_type == htons(ICMP_ECHO)) ? in pf_test_state_icmp() 7196 (virtual_type == htons(ICMP_ECHO)) ? in pf_test_state_icmp()
|
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_fil_freebsd.c | 535 case ICMP_ECHO : in ipf_send_icmp_err()
|
| H A D | fil.c | 1205 case ICMP_ECHO : in ipf_pr_icmp() 9146 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
|
| H A D | ip_state.c | 1498 case ICMP_ECHO : in ipf_state_add()
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | traceroute.c | 1497 icmpheader->icmp_type = ICMP_ECHO; in icmp_prep()
|
| /freebsd-14.2/sbin/ipf/iplang/ |
| H A D | iplang_y.y | 390 | IL_ICMP_ECHO ';' { set_icmptype(ICMP_ECHO); }
|
| /freebsd-14.2/sbin/ipf/ipmon/ |
| H A D | ipmon.c | 209 { ICMP_ECHO, NULL, 0, "echo" },
|
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl_parser.c | 83 { "echoreq", ICMP_ECHO },
|
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw2.c | 267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \
|
| /freebsd-14.2/sys/dev/xen/netback/ |
| H A D | netback_unit_tests.c | 2197 icmph->icmp_type = ICMP_ECHO; in xnb_add_mbuf_cksum_icmp()
|