Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c148 #define ICMP_MASKREPLY 18 /* address mask reply */ macro
157 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
529 case ICMP_MASKREPLY: in icmp_print()
/external/iputils/
Dping.c1123 #ifdef ICMP_MASKREPLY in pr_icmph()
1124 case ICMP_MASKREPLY: in pr_icmph()