Home
last modified time | relevance | path

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

/external/strace/xlat/
Dicmpfilterflags.h35 #if defined(ICMP_TIMESTAMPREPLY) || (defined(HAVE_DECL_ICMP_TIMESTAMPREPLY) && HAVE_DECL_ICMP_TIMES…
36 { 1<<ICMP_TIMESTAMPREPLY, "ICMP_TIMESTAMPREPLY" },
Dicmpfilterflags.in9 1<<ICMP_TIMESTAMPREPLY
/external/kernel-headers/original/uapi/linux/
Dicmp.h30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ macro
/external/iputils/
Dclockdiff.c227 if( icp->type == ICMP_TIMESTAMPREPLY && in measure()
Dping.c1106 case ICMP_TIMESTAMPREPLY: in pr_icmph()