Home
last modified time | relevance | path

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

/dports/net/p5-Net-Traceroute-PurePerl/Net-Traceroute-PurePerl-0.10/
H A DPurePerl.pm44 use constant ICMP_TYPE_UNREACHABLE => 3; # ICMP Type constant
479 $from_type == ICMP_TYPE_UNREACHABLE or
495 $last_hop = ($from_type == ICMP_TYPE_UNREACHABLE) ? 1 : 0;
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/lib/PandoraFMS/Traceroute/
H A DPurePerl.pm47 use constant ICMP_TYPE_UNREACHABLE => 3; # ICMP Type constant
482 $from_type == ICMP_TYPE_UNREACHABLE or
498 $last_hop = ($from_type == ICMP_TYPE_UNREACHABLE) ? 1 : 0;
/dports/net/dante/dante-1.4.3/sockd/
H A Ddante_udp.c122 icmp_type = ICMP_TYPE_UNREACHABLE,
1034 icmp_type = ICMP_TYPE_UNREACHABLE,
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1083 #define ICMP_TYPE_UNREACHABLE (3) macro