Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_icmp.h208 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */ macro
231 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_compat.h397 #ifndef ICMP_TSTAMPREPLY
398 # define ICMP_TSTAMPREPLY ICMP_TIMESTAMPREPLY
H A Dip_icmp.c683 icp->icmp_type = ICMP_TSTAMPREPLY; in icmp_input()
794 case ICMP_TSTAMPREPLY: in icmp_input()