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

  /src/external/mpl/dhcp/dist/includes/netinet/
ip_icmp.h 158 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
169 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
  /src/sys/netinet/
ip_icmp.h 229 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
295 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
  /src/external/bsd/tcpdump/dist/
print-icmp.c 141 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
198 { ICMP_TSTAMPREPLY, "time stamp reply" },
637 case ICMP_TSTAMPREPLY:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1044 #ifndef ICMP_TSTAMPREPLY
1045 # define ICMP_TSTAMPREPLY 14

Completed in 68 milliseconds