Home
last modified time | relevance | path

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

/external/tcpdump/
Dip.h142 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
Dprint-ip.c185 hoplen = ((cp[3]&0xF) != IPOPT_TS_TSONLY) ? 8 : 4; in ip_printts()
195 case IPOPT_TS_TSONLY: in ip_printts()
/external/libnl/include/linux-private/linux/
Dip.h79 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/iproute2/include/uapi/linux/
Dip.h80 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/kernel-headers/original/uapi/linux/
Dip.h80 #define IPOPT_TS_TSONLY 0 /* timestamps only */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const259 IPOPT_TS_TSONLY = 0
Dvnet_amd64.const259 IPOPT_TS_TSONLY = 0
Dvnet_arm.const259 IPOPT_TS_TSONLY = 0
Dvnet_386.const259 IPOPT_TS_TSONLY = 0
Dvnet_ppc64le.const259 IPOPT_TS_TSONLY = 0
Dvnet.txt397 ipv4_option_timestamp_flags = IPOPT_TS_TSONLY, IPOPT_TS_TSANDADDR, IPOPT_TS_PRESPEC
/external/iputils/
Dping.c183 ts_type = IPOPT_TS_TSONLY; in main()
508 rspace[1] = (ts_type==IPOPT_TS_TSONLY ? 40 : 36); in main()
1233 if ((flags&0xF) != IPOPT_TS_TSONLY) { in pr_options()