Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 25 of 25) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dip_icmp.h178 #define ICMP_ECHO 8 /* echo service */ macro
212 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
Dip_icmp.c579 case ICMP_ECHO: in icmp_input()
/freebsd-12-stable/contrib/tcpdump/
Dprint-icmp.c132 #define ICMP_ECHO 8 /* echo service */ macro
195 { ICMP_ECHO, "echo request" },
356 case ICMP_ECHO: in icmp_print()
360 dp->icmp_type == ICMP_ECHO ? in icmp_print()
/freebsd-12-stable/contrib/netbsd-tests/net/icmp/
Dt_ping.c165 icmp->icmp_type = ICMP_ECHO; in doping()
394 icmp->icmp_type = ICMP_ECHO; in ATF_TC_BODY()
/freebsd-12-stable/sbin/ipf/libipf/
Dicmptypes.c73 { "echo", ICMP_ECHO, ICMP6_ECHO_REQUEST },
Dipft_tx.c305 if (ic->icmp_type == ICMP_ECHO || in parseline()
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
DmibII_ip.c412 value->v.integer = icmpstat.icps_inhist[ICMP_ECHO]; in op_icmpstat()
469 value->v.integer = icmpstat.icps_outhist[ICMP_ECHO]; in op_icmpstat()
/freebsd-12-stable/usr.bin/systat/
Dicmp.c209 DO2(ICMP_ECHO, 11); in showicmp()
/freebsd-12-stable/contrib/netbsd-tests/net/config/
Dnetconfig.c213 icmp.icmp_type = ICMP_ECHO; in netcfg_rump_pingtest()
/freebsd-12-stable/sys/netinet/libalias/
Dalias.c359 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasIn2()
466 case ICMP_ECHO: in IcmpAliasIn()
548 if (ic2->icmp_type == ICMP_ECHO || ic2->icmp_type == ICMP_TSTAMP) in IcmpAliasOut2()
635 case ICMP_ECHO: in IcmpAliasOut()
/freebsd-12-stable/sbin/ping/
Dping.c180 static u_char icmp_type = ICMP_ECHO;
1353 (oicmp.icmp_type == ICMP_ECHO) && in pr_pack()
1608 case ICMP_ECHO: in pr_icmph()
/freebsd-12-stable/contrib/netbsd-tests/net/bpfilter/
Dt_bpfilter.c195 icmp->icmp_type = ICMP_ECHO; in pingtest()
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
Dnat64_translate.c965 case ICMP_ECHO: in nat64_icmp_translate()
1149 if (icmp->icmp_type != ICMP_ECHO) { in nat64_icmp_translate()
1699 icmp6->icmp6_type = ICMP_ECHO; in nat64_do_handle_ip6()
Dnat64lsn.c434 case ICMP_ECHO: in inspect_icmp_mbuf()
476 if (icmp->icmp_type != ICMP_ECHO) in inspect_icmp_mbuf()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_fil_freebsd.c546 case ICMP_ECHO : in ipf_send_icmp_err()
Dfil.c1207 case ICMP_ECHO : in ipf_pr_icmp()
9148 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
Dip_state.c1499 case ICMP_ECHO : in ipf_state_add()
Dip_nat.c6006 case ICMP_ECHO: in ipf_nat_icmpquerytype()
/freebsd-12-stable/contrib/traceroute/
Dtraceroute.c1472 icmpheader->icmp_type = ICMP_ECHO; in icmp_prep()
/freebsd-12-stable/sbin/ipf/iplang/
Diplang_y.y392 | IL_ICMP_ECHO ';' { set_icmptype(ICMP_ECHO); }
/freebsd-12-stable/sbin/ipf/ipmon/
Dipmon.c210 { ICMP_ECHO, NULL, 0, "echo" },
/freebsd-12-stable/sbin/pfctl/
Dpfctl_parser.c85 { "echoreq", ICMP_ECHO },
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw2.c264 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \
/freebsd-12-stable/sys/dev/xen/netback/
Dnetback_unit_tests.c2210 icmph->icmp_type = ICMP_ECHO; in xnb_add_mbuf_cksum_icmp()
/freebsd-12-stable/contrib/ipfilter/
DHISTORY527 for ICMP_ECHO to only be for packet, not state entry which we don't have yet.