Home
last modified time | relevance | path

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

/original-bsd/sys/netinet/
H A Dip_icmp.h117 #define ICMP_MASKREPLY 18 /* address mask reply */ macro
126 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
H A Dip_icmp.c315 icp->icmp_type = ICMP_MASKREPLY;
369 case ICMP_MASKREPLY:
/original-bsd/sbin/ping/
H A Dping.c841 #ifdef ICMP_MASKREPLY
842 case ICMP_MASKREPLY: