HomeSort by relevance Sort by last modified time
    Searched refs:ICMP_TSTAMPREPLY (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/netinet/
ip_icmp.h 185 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
208 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip_icmp.h 233 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
275 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
  /external/tcpdump/
print-icmp.c 141 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
198 { ICMP_TSTAMPREPLY, "time stamp reply" },
540 case ICMP_TSTAMPREPLY:

Completed in 438 milliseconds