HomeSort by: relevance | last modified time | path
    Searched defs:ICMP_TSTAMP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/netinet/
ip_icmp.h 157 #define ICMP_TSTAMP 13 /* timestamp request */
169 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
  /src/sys/netinet/
ip_icmp.h 106 /* ICMP_TSTAMP and friends */
228 #define ICMP_TSTAMP 13 /* timestamp request */
295 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
  /src/external/bsd/tcpdump/dist/
print-icmp.c 140 #define ICMP_TSTAMP 13 /* timestamp request */
197 { ICMP_TSTAMP, "time stamp request" },
630 case ICMP_TSTAMP:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1041 #ifndef ICMP_TSTAMP
1042 # define ICMP_TSTAMP 13

Completed in 24 milliseconds