Searched refs:ICMP_ECHO (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.sbin/tcpdump/ |
H A D | print-icmp.c | 89 ((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 D | funcs.pl | 144 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 D | ip_icmp.h | 192 #define ICMP_ECHO 8 /* echo service */ macro 226 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
|
H A D | ip_icmp.c | 513 case ICMP_ECHO: in icmp_input_if()
|
/openbsd/usr.sbin/dhcpd/ |
H A D | icmp.c | 111 icmp.icmp_type = ICMP_ECHO; in icmp_echorequest()
|
/openbsd/sys/net/ |
H A D | pf_lb.c | 166 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 D | pf.c | 2558 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 D | Ping.pm | 653 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 D | check_icmp.c | 181 icp->icmp_type = ICMP_ECHO; in send_icmp()
|
/openbsd/sbin/ping/ |
H A D | ping.c | 1133 icp->icmp_type = ICMP_ECHO; in pinger() 1673 case ICMP_ECHO: in pr_icmph()
|
/openbsd/usr.sbin/traceroute/ |
H A D | worker.c | 322 icmpp->icmp_type = ICMP_ECHO; in build_probe4()
|
/openbsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 87 { "echoreq", ICMP_ECHO },
|
/openbsd/usr.sbin/bgpd/ |
H A D | parse.y | 5898 { "echoreq", ICMP_ECHO },
|