Home
last modified time | relevance | path

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

/external/strace/xlat/
Dicmpfilterflags.h41 #if defined(ICMP_TIMESTAMPREPLY) || (defined(HAVE_DECL_ICMP_TIMESTAMPREPLY) && HAVE_DECL_ICMP_TIMES…
42 XLAT_PAIR(1ULL<<ICMP_TIMESTAMPREPLY, "1<<ICMP_TIMESTAMPREPLY"),
Dicmpfilterflags.in9 1<<ICMP_TIMESTAMPREPLY
/external/libnetfilter_conntrack/src/conntrack/
Dgrp_setter.c17 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
18 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
Dsetter.c17 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
18 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
/external/kernel-headers/original/uapi/linux/
Dicmp.h31 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const235 ICMP_TIMESTAMPREPLY = 14
Dvnet_amd64.const235 ICMP_TIMESTAMPREPLY = 14
Dvnet_arm.const235 ICMP_TIMESTAMPREPLY = 14
Dvnet_386.const235 ICMP_TIMESTAMPREPLY = 14
Dvnet_ppc64le.const235 ICMP_TIMESTAMPREPLY = 14
Dvnet.txt1095 type const[ICMP_TIMESTAMPREPLY, int8]
1135 …ICMP_ECHO, ICMP_TIME_EXCEEDED, ICMP_PARAMETERPROB, ICMP_TIMESTAMP, ICMP_TIMESTAMPREPLY, ICMP_INFO_…
/external/iputils/
Dclockdiff.c227 if( icp->type == ICMP_TIMESTAMPREPLY && in measure()
Dping.c1106 case ICMP_TIMESTAMPREPLY: in pr_icmph()