Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_icmp.h212 #define ICMP_MASKREPLY 18 /* address mask reply */ macro
233 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
H A Dip_compat.h409 #ifndef ICMP_MASKREPLY
410 # define ICMP_MASKREPLY ICMP_ADDRESSREPLY
H A Dip_icmp.c725 icp->icmp_type = ICMP_MASKREPLY; in icmp_input()
801 case ICMP_MASKREPLY: in icmp_input()