Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
DPing.pm649 use constant ICMPv6_ECHOREPLY => 129; # ICMP packet types constant
794 } elsif ($from_type == ICMP_ECHOREPLY || $from_type == ICMPv6_ECHOREPLY) {
812 … if (!$timestamp_msg && (($from_type == ICMP_ECHOREPLY) || ($from_type == ICMPv6_ECHOREPLY))) {