Home
last modified time | relevance | path

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

12

/freebsd/sys/netinet/
H A Dip_icmp.h175 #define ICMP_ECHO 8 /* echo service */ macro
209 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c599 case ICMP_ECHO: in icmp_input()
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c127 #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 Dicmptypes.c73 { "echo", ICMP_ECHO, ICMP6_ECHO_REQUEST },
H A Dipft_tx.c300 if (ic->icmp_type == ICMP_ECHO || in parseline()
/freebsd/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c165 icmp->icmp_type = ICMP_ECHO; in doping()
394 icmp->icmp_type = ICMP_ECHO; in ATF_TC_BODY()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c424 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 Dnetconfig.c213 icmp.icmp_type = ICMP_ECHO; in netcfg_rump_pingtest()
/freebsd/usr.bin/systat/
H A Dicmp.c203 DO2(ICMP_ECHO, 11); in showicmp()
/freebsd/sys/netinet/libalias/
H A Dalias.c358 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 Dping.c169 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 Dt_bpfilter.c195 icmp->icmp_type = ICMP_ECHO; in pingtest()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c966 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 Dnat64lsn.c430 case ICMP_ECHO: in inspect_icmp_mbuf()
472 if (icmp->icmp_type != ICMP_ECHO) in inspect_icmp_mbuf()
/freebsd/sys/netpfil/pf/
H A Dpf_lb.c271 if (*nport == htons(ICMP_ECHO)) { in pf_get_sport()
H A Dpf.c2059 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 Dip_fil_freebsd.c507 case ICMP_ECHO : in ipf_send_icmp_err()
H A Dfil.c1201 case ICMP_ECHO : in ipf_pr_icmp()
9142 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY;
H A Dip_state.c1494 case ICMP_ECHO : in ipf_state_add()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1420 icmpheader->icmp_type = ICMP_ECHO; in icmp_prep()
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y390 | IL_ICMP_ECHO ';' { set_icmptype(ICMP_ECHO); }
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c205 { ICMP_ECHO, NULL, 0, "echo" },
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c83 { "echoreq", ICMP_ECHO },
/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2198 icmph->icmp_type = ICMP_ECHO; in xnb_add_mbuf_cksum_icmp()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c267 #define TT ( (1 << ICMP_ECHO) | (1 << ICMP_ROUTERSOLICIT) | \

12