Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c720 icp->icmp_type = ICMP_MASKREPLY; in icmp_input()
796 case ICMP_MASKREPLY: in icmp_input()