Home
last modified time | relevance | path

Searched defs:ICMP_ECHOREPLY (Results 1 – 3 of 3) sorted by relevance

/openbsd/regress/sys/net/pf_divert/
H A Dfuncs.pl145 use constant ICMP_ECHOREPLY => 0; constant
/openbsd/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm648 use constant ICMP_ECHOREPLY => 0; # ICMP packet types constant
/openbsd/sys/netinet/
H A Dip_icmp.h167 #define ICMP_ECHOREPLY 0 /* echo reply */ macro