Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h149 #define ICMP_ECHO 8 /* echo service */ macro
167 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
/netbsd-src/sys/netinet/
H A Dip_icmp.h216 #define ICMP_ECHO 8 /* echo service */ macro
293 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c549 case ICMP_ECHO: in _icmp_input()
/netbsd-src/tests/net/icmp/
H A Dt_ping.c165 icmp->icmp_type = ICMP_ECHO; in doping()
407 icmp->icmp_type = ICMP_ECHO; in ATF_TC_BODY()
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dicmptypes.c75 { "echo", ICMP_ECHO, ICMP6_ECHO_REQUEST },
H A Dipft_tx.c310 if (ic->icmp_type == ICMP_ECHO ||
/netbsd-src/usr.bin/systat/
H A Dicmp.c145 SHOW2(ICMP_ECHO, 10); in showicmp()
/netbsd-src/tests/net/config/
H A Dnetconfig.c217 icmp.icmp_type = ICMP_ECHO; in netcfg_rump_pingtest()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dicmp.c156 icmp.icmp_type = ICMP_ECHO;
/netbsd-src/regress/sys/net/frag/
H A Dip4_frag_1.c121 icmp->icmp_type = ICMP_ECHO; in create_ip_packet()
/netbsd-src/sys/net/npf/
H A Dnpf_alg_icmp.c145 case ICMP_ECHO: in npfa_icmp4_inspect()
/netbsd-src/sbin/ping/
H A Dping.c941 opack_icmp.icmp_type = ICMP_ECHO; in pinger()
1653 case ICMP_ECHO: in pr_icmph()
1860 if (icp2.icmp_type == ICMP_ECHO) { in pr_retip()
/netbsd-src/tests/net/bpfilter/
H A Dt_bpfilter.c195 icmp->icmp_type = ICMP_ECHO; in pingtest()
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_data.c534 case ICMP_ECHO: in npfctl_icmpcode()
/netbsd-src/usr.sbin/traceroute/
H A Dtraceroute.c696 outicmp->icmp_type = ICMP_ECHO; in main()
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y402 | IL_ICMP_ECHO ';' { set_icmptype(ICMP_ECHO); }
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c949 case ICMP_ECHO : in ipf_send_icmp_err()
H A Dfil.c1236 case ICMP_ECHO : in ipf_pr_icmp()
9155 icmpreplytype4[ICMP_ECHO] = ICMP_ECHOREPLY; in ipf_main_load()
H A Dip_state.c1515 case ICMP_ECHO : in ipf_state_add()
H A Dip_nat.c6026 case ICMP_ECHO: in ipf_nat_icmpquerytype()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon.c223 { ICMP_ECHO, NULL, 0, "echo" },
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c83 { "echoreq", ICMP_ECHO },
/netbsd-src/external/bsd/ipf/dist/
H A DHISTORY527 for ICMP_ECHO to only be for packet, not state entry which we don't have yet.