Home
last modified time | relevance | path

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

/haiku/headers/posix/netinet/
H A Dip_icmp.h109 #define ICMP_MASKREQ 17 /* address mask request */ macro
165 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
/haiku/src/bin/network/ping/
H A Dping.c545 icmp_type = ICMP_MASKREQ; in ping()
1565 case ICMP_MASKREQ: in pr_icmph()