Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-icmp.c89 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
99 { ICMP_ECHO, "echo request" },
190 case ICMP_ECHO: in icmp_print()
195 (dp->icmp_type == ICMP_ECHO)? in icmp_print()
/openbsd/regress/sys/net/pf_divert/
H A Dfuncs.pl144 use constant ICMP_ECHO => 8; constant
155 my $type = $af eq "inet" ? ICMP_ECHO : ICMP6_ECHO_REQUEST;
201 ($af eq "inet" ? ICMP_ECHO : ICMP6_ECHO_REQUEST);
/openbsd/sys/netinet/
H A Dip_icmp.h192 #define ICMP_ECHO 8 /* echo service */ macro
226 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
H A Dip_icmp.c513 case ICMP_ECHO: in icmp_input_if()
/openbsd/usr.sbin/dhcpd/
H A Dicmp.c111 icmp.icmp_type = ICMP_ECHO; in icmp_echorequest()
/openbsd/sys/net/
H A Dpf_lb.c166 if (pd->ndport == htons(ICMP_ECHO)) { in pf_get_sport()
813 pd->ndport = ICMP_ECHO; in pf_get_transaddr_af()
820 pd->nsport = ICMP_ECHO; in pf_get_transaddr_af()
828 if (pd->ndport == ICMP_ECHO) in pf_get_transaddr_af()
835 if (pd->nsport == ICMP_ECHO) in pf_get_transaddr_af()
H A Dpf.c2558 case ICMP_ECHO: in pf_icmp_mapping()
2562 *virtual_type = ICMP_ECHO; in pf_icmp_mapping()
3039 type = ICMP_ECHO; in pf_translate_icmp_af()
3127 case ICMP_ECHO: in pf_translate_icmp_af()
4833 if (virtual_type == htons(ICMP_ECHO)) { in pf_translate()
6177 if (virtual_type == htons(ICMP_ECHO)) in pf_test_state_icmp()
6196 (virtual_type == htons(ICMP_ECHO) && in pf_test_state_icmp()
6199 (virtual_type == htons(ICMP_ECHO)) ? in pf_test_state_icmp()
6202 (virtual_type == htons(ICMP_ECHO)) ? in pf_test_state_icmp()
/openbsd/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm653 use constant ICMP_ECHO => 8; constant
734 $msg = pack(ICMP_STRUCT . $self->{data_size}, ICMP_ECHO, SUBCODE,
750 $msg = pack(ICMP_STRUCT . $self->{data_size}, ICMP_ECHO, SUBCODE,
/openbsd/usr.sbin/relayd/
H A Dcheck_icmp.c181 icp->icmp_type = ICMP_ECHO; in send_icmp()
/openbsd/sbin/ping/
H A Dping.c1133 icp->icmp_type = ICMP_ECHO; in pinger()
1673 case ICMP_ECHO: in pr_icmph()
/openbsd/usr.sbin/traceroute/
H A Dworker.c322 icmpp->icmp_type = ICMP_ECHO; in build_probe4()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c87 { "echoreq", ICMP_ECHO },
/openbsd/usr.sbin/bgpd/
H A Dparse.y5898 { "echoreq", ICMP_ECHO },