Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_icmp.h207 #define ICMP_TSTAMP 13 /* timestamp request */ macro
231 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
H A Dip_compat.h394 #ifndef ICMP_TSTAMP
395 # define ICMP_TSTAMP ICMP_TIMESTAMP
H A Dip_icmp.c669 case ICMP_TSTAMP: in icmp_input()
1310 case ICMP_TSTAMP: in icmp_dgram_send()