Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMP (Results 1 – 25 of 49) sorted by relevance

12

/external/strace/xlat/
Dsock_rds_options.h70 #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),
Dsock_rds_options.in12 SO_TIMESTAMP 29
28 SO_TIMESTAMP 0x4012
Dsock_options.h664 #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),
Dsock_options.in214 SO_TIMESTAMP 16402
216 SO_TIMESTAMP 29
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h49 #define SO_TIMESTAMP 29 macro
50 #define SCM_TIMESTAMP SO_TIMESTAMP
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h68 #define SO_TIMESTAMP 29 macro
69 #define SCM_TIMESTAMP SO_TIMESTAMP
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c180 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()
Drxtimestamp.c256 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags()
/external/syzkaller/sys/netbsd/
Dsocket_amd64.const78 SO_TIMESTAMP = 8192
Dsocket.txt90 …ADCAST, SO_OOBINLINE, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT, SO_TIMESTAMP, SO_ACCEPTFILTE…
/external/iputils/
Dping_common.c654 #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()
DRELNOTES577 - 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/
DIN.py473 SO_TIMESTAMP = 29 variable
474 SCM_TIMESTAMP = SO_TIMESTAMP
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const320 SO_TIMESTAMP = 29
Dsocket_386.const320 SO_TIMESTAMP = 29
Dsocket_arm64.const320 SO_TIMESTAMP = 29
Dsocket_arm.const320 SO_TIMESTAMP = 29
Dsocket_amd64.const320 SO_TIMESTAMP = 29
/external/libpcap/
Dpcap-bt-monitor-linux.c234 if (setsockopt(handle->fd, SOL_SOCKET, SO_TIMESTAMP, &opt, sizeof(opt)) < 0) { in bt_monitor_activate()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go992 SO_TIMESTAMP = 0x1013 const
Dzerrors_dragonfly_amd64.go1168 SO_TIMESTAMP = 0x400 const
Dzerrors_openbsd_arm.go1221 SO_TIMESTAMP = 0x800 const
Dzerrors_openbsd_amd64.go1295 SO_TIMESTAMP = 0x800 const
Dzerrors_openbsd_386.go1218 SO_TIMESTAMP = 0x800 const
Dzerrors_darwin_386.go1302 SO_TIMESTAMP = 0x400 const

12