Home
last modified time | relevance | path

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

/external/strace/xlat/
Dicmpfilterflags.h38 #if defined(ICMP_TIMESTAMP) || (defined(HAVE_DECL_ICMP_TIMESTAMP) && HAVE_DECL_ICMP_TIMESTAMP)
39 XLAT_PAIR(1ULL<<ICMP_TIMESTAMP, "1<<ICMP_TIMESTAMP"),
Dicmpfilterflags.in8 1<<ICMP_TIMESTAMP
/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.h30 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const234 ICMP_TIMESTAMP = 13
Dvnet_amd64.const234 ICMP_TIMESTAMP = 13
Dvnet_arm.const234 ICMP_TIMESTAMP = 13
Dvnet_386.const234 ICMP_TIMESTAMP = 13
Dvnet_ppc64le.const234 ICMP_TIMESTAMP = 13
Dvnet.txt1084 type const[ICMP_TIMESTAMP, int8]
1135 …H, ICMP_REDIRECT, ICMP_ECHO, ICMP_TIME_EXCEEDED, ICMP_PARAMETERPROB, ICMP_TIMESTAMP, ICMP_TIMESTAM…
/external/iputils/
Dclockdiff.c171 oicp->type = ICMP_TIMESTAMP; in measure()
Dping.c1102 case ICMP_TIMESTAMP: in pr_icmph()