Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/
Duser_ip_icmp.h201 #define ICMP_MASKREPLY 18 /* address mask reply */ macro
222 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
/external/musl/include/netinet/
Dip_icmp.h152 #define ICMP_MASKREPLY 18 macro
187 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
/external/tcpdump/
Dprint-icmp.c145 #define ICMP_MASKREPLY 18 /* address mask reply */ macro
601 case ICMP_MASKREPLY: in icmp_print()
/external/iputils/
Dping.c1123 #ifdef ICMP_MASKREPLY in pr_icmph()
1124 case ICMP_MASKREPLY: in pr_icmph()