/freebsd/sys/netinet/ |
H A D | ip_icmp.h | 175 #define ICMP_ECHO 8 /* echo service */ macro 209 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
|
H A D | ip_icmp.c | 599 case ICMP_ECHO: in icmp_input()
|
/freebsd/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/sbin/ipf/libipf/ |
H A D | icmptypes.c | 73 { "echo", ICMP_ECHO, ICMP6_ECHO_REQUEST },
|
H A D | ipft_tx.c | 300 if (ic->icmp_type == ICMP_ECHO || in parseline()
|
/freebsd/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/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/contrib/netbsd-tests/net/config/ |
H A D | netconfig.c | 213 icmp.icmp_type = ICMP_ECHO; in netcfg_rump_pingtest()
|
/freebsd/usr.bin/systat/ |
H A D | icmp.c | 203 DO2(ICMP_ECHO, 11); in showicmp()
|
/freebsd/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/sbin/ping/ |
H A D | ping.c | 169 static u_char icmp_type = ICMP_ECHO; 1320 (oicmp.icmp_type == ICMP_ECHO) && in pr_pack() 1488 case ICMP_ECHO: in pr_icmph()
|
/freebsd/contrib/netbsd-tests/net/bpfilter/ |
H A D | t_bpfilter.c | 195 icmp->icmp_type = ICMP_ECHO; in pingtest()
|
/freebsd/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 | 430 case ICMP_ECHO: in inspect_icmp_mbuf() 472 if (icmp->icmp_type != ICMP_ECHO) in inspect_icmp_mbuf()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_lb.c | 271 if (*nport == htons(ICMP_ECHO)) { in pf_get_sport()
|
H A D | pf.c | 2059 case ICMP_ECHO: in pf_icmp_mapping() 2062 *virtual_type = ICMP_ECHO; in pf_icmp_mapping() 3734 case ICMP_ECHO: in pf_icmp_to_bandlim() 5063 if (virtual_type == htons(ICMP_ECHO) && in pf_test_rule() 7320 (virtual_type == htons(ICMP_ECHO) && in pf_test_state_icmp() 7323 (virtual_type == htons(ICMP_ECHO)) ? in pf_test_state_icmp() 7326 (virtual_type == htons(ICMP_ECHO)) ? in pf_test_state_icmp()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_fil_freebsd.c | 507 case ICMP_ECHO : in ipf_send_icmp_err()
|
H A D | fil.c | 1201 case ICMP_ECHO : in ipf_pr_icmp() 9142 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
|
H A D | ip_state.c | 1494 case ICMP_ECHO : in ipf_state_add()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1420 icmpheader->icmp_type = ICMP_ECHO; in icmp_prep()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 390 | IL_ICMP_ECHO ';' { set_icmptype(ICMP_ECHO); }
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 205 { ICMP_ECHO, NULL, 0, "echo" },
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 83 { "echoreq", ICMP_ECHO },
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 2198 icmph->icmp_type = ICMP_ECHO; in xnb_add_mbuf_cksum_icmp()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \
|