Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_icmp.h211 #define ICMP_MASKREQ 17 /* address mask request */ macro
233 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
H A Dip_compat.h406 #ifndef ICMP_MASKREQ
407 # define ICMP_MASKREQ ICMP_ADDRESS
H A Dip_icmp.c693 case ICMP_MASKREQ: in icmp_input()
1325 case ICMP_MASKREQ: in icmp_dgram_send()