/external/strace/xlat/ |
D | sock_rds_options.h | 70 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP) 72 static_assert((SO_TIMESTAMP) == (29), "SO_TIMESTAMP != 29"); 75 # define SO_TIMESTAMP 29 156 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP) 158 static_assert((SO_TIMESTAMP) == (0x4012), "SO_TIMESTAMP != 0x4012"); 161 # define SO_TIMESTAMP 0x4012 186 XLAT(SO_TIMESTAMP), 202 XLAT(SO_TIMESTAMP),
|
D | sock_rds_options.in | 12 SO_TIMESTAMP 29 28 SO_TIMESTAMP 0x4012
|
D | sock_options.h | 664 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP) 666 static_assert((SO_TIMESTAMP) == (16402), "SO_TIMESTAMP != 16402"); 669 # define SO_TIMESTAMP 16402 672 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP) 674 static_assert((SO_TIMESTAMP) == (29), "SO_TIMESTAMP != 29"); 677 # define SO_TIMESTAMP 29 1646 XLAT(SO_TIMESTAMP), 1648 XLAT(SO_TIMESTAMP),
|
D | sock_options.in | 214 SO_TIMESTAMP 16402 216 SO_TIMESTAMP 29
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 129 #define SO_TIMESTAMP SO_TIMESTAMP_OLD macro 136 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_N… macro 144 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 161 case SO_TIMESTAMP: { in printpacket() 411 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, in main() 433 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &val, &len) < 0) in main()
|
D | rxtimestamp.c | 257 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 70 pub const SO_TIMESTAMP: ::c_int = 0x001d; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 78 pub const SO_TIMESTAMP: ::c_int = 29; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 39 pub const SO_TIMESTAMP: ::c_int = 29; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 39 pub const SO_TIMESTAMP: ::c_int = 29; constant
|
/external/iputils/ |
D | ping_common.c | 654 #ifdef SO_TIMESTAMP in setup() 657 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on))) in setup() 832 #ifdef SO_TIMESTAMP in main_loop() 835 c->cmsg_type != SO_TIMESTAMP) in main_loop()
|
D | RELNOTES | 577 - SIOCGSTAMP/SO_TIMESTAMP are sensitive to bug in kernel. 580 Workaround is not to use SIOCGSTAMP/SO_TIMESTAMP on such systems. 591 * ping*, SO_TIMESTAMP support.
|
D | ping6.c | 142 #ifdef SO_TIMESTAMP
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 473 SO_TIMESTAMP = 29 variable 474 SCM_TIMESTAMP = SO_TIMESTAMP
|
/external/libpcap/ |
D | pcap-bt-monitor-linux.c | 236 if (setsockopt(handle->fd, SOL_SOCKET, SO_TIMESTAMP, &opt, sizeof(opt)) < 0) { in bt_monitor_activate()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 459 pub const SO_TIMESTAMP: ::c_int = 0x0400; constant
|
/external/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 271 sockopt_impl!(Both, ReceiveTimestamp, libc::SOL_SOCKET, libc::SO_TIMESTAMP, bool);
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 5077 #ifdef SO_TIMESTAMP 5078 { "SO_TIMESTAMP", (unsigned long) SO_TIMESTAMP },
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1454 pub const SO_TIMESTAMP: ::c_int = 0x1013; constant 1458 pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP;
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 840 pub const SO_TIMESTAMP: ::c_int = 0x0800; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 941 pub const SO_TIMESTAMP: ::c_int = 0x0400; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 772 pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP;
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 316 pub const SO_TIMESTAMP: u32 = 29; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1502 pub const SO_TIMESTAMP: ::c_int = 29; constant
|