Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dip_icmp.h210 #define ICMP_IREQREPLY 16 /* information reply */ macro
232 (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
H A Dip_compat.h403 #ifndef ICMP_IREQREPLY
404 # define ICMP_IREQREPLY ICMP_INFO_REPLY
H A Dip_icmp.c795 case ICMP_IREQREPLY: in icmp_input()