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

  /bionic/libc/include/netinet/
ip_icmp.h 187 #define ICMP_TSTAMPREPLY 14 /* timestamp reply */
210 (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 1420 milliseconds