/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 | 49 #define SO_TIMESTAMP 29 macro 50 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | socket.h | 68 #define SO_TIMESTAMP 29 macro 69 #define SCM_TIMESTAMP SO_TIMESTAMP
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 180 case SO_TIMESTAMP: { in printpacket() 430 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, in main() 452 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &val, &len) < 0) in main()
|
D | rxtimestamp.c | 256 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
|
/external/syzkaller/sys/netbsd/ |
D | socket_amd64.const | 78 SO_TIMESTAMP = 8192
|
D | socket.txt | 90 …ADCAST, SO_OOBINLINE, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT, SO_TIMESTAMP, SO_ACCEPTFILTE…
|
/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.
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 473 SO_TIMESTAMP = 29 variable 474 SCM_TIMESTAMP = SO_TIMESTAMP
|
/external/syzkaller/sys/linux/ |
D | socket_ppc64le.const | 320 SO_TIMESTAMP = 29
|
D | socket_386.const | 320 SO_TIMESTAMP = 29
|
D | socket_arm64.const | 320 SO_TIMESTAMP = 29
|
D | socket_arm.const | 320 SO_TIMESTAMP = 29
|
D | socket_amd64.const | 320 SO_TIMESTAMP = 29
|
/external/libpcap/ |
D | pcap-bt-monitor-linux.c | 234 if (setsockopt(handle->fd, SOL_SOCKET, SO_TIMESTAMP, &opt, sizeof(opt)) < 0) { in bt_monitor_activate()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 992 SO_TIMESTAMP = 0x1013 const
|
D | zerrors_dragonfly_amd64.go | 1168 SO_TIMESTAMP = 0x400 const
|
D | zerrors_openbsd_arm.go | 1221 SO_TIMESTAMP = 0x800 const
|
D | zerrors_openbsd_amd64.go | 1295 SO_TIMESTAMP = 0x800 const
|
D | zerrors_openbsd_386.go | 1218 SO_TIMESTAMP = 0x800 const
|
D | zerrors_darwin_386.go | 1302 SO_TIMESTAMP = 0x400 const
|