Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c143 #define ICMP_TSTAMP 13 /* timestamp request */ macro
155 (type) == ICMP_TSTAMP || (type) == ICMP_TSTAMPREPLY || \
202 { ICMP_TSTAMP, "time stamp request" },
535 case ICMP_TSTAMP: in icmp_print()