Searched refs:SO_TIMESTAMPNS (Results 1 – 25 of 26) sorted by relevance
12
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 56 #define SO_TIMESTAMPNS 35 macro 57 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | socket.h | 75 #define SO_TIMESTAMPNS 35 macro 76 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 53 #ifndef SO_TIMESTAMPNS 54 # define SO_TIMESTAMPNS 35 macro 188 case SO_TIMESTAMPNS: { in printpacket() 435 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, in main() 457 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, &val, &len) < 0) in main()
|
D | rxtimestamp.c | 261 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags()
|
/external/strace/xlat/ |
D | sock_options.h | 814 #if defined(SO_TIMESTAMPNS) || (defined(HAVE_DECL_SO_TIMESTAMPNS) && HAVE_DECL_SO_TIMESTAMPNS) 816 static_assert((SO_TIMESTAMPNS) == (33), "SO_TIMESTAMPNS != 33"); 819 # define SO_TIMESTAMPNS 33 822 #if defined(SO_TIMESTAMPNS) || (defined(HAVE_DECL_SO_TIMESTAMPNS) && HAVE_DECL_SO_TIMESTAMPNS) 824 static_assert((SO_TIMESTAMPNS) == (16403), "SO_TIMESTAMPNS != 16403"); 827 # define SO_TIMESTAMPNS 16403 830 #if defined(SO_TIMESTAMPNS) || (defined(HAVE_DECL_SO_TIMESTAMPNS) && HAVE_DECL_SO_TIMESTAMPNS) 832 static_assert((SO_TIMESTAMPNS) == (35), "SO_TIMESTAMPNS != 35"); 835 # define SO_TIMESTAMPNS 35 1694 XLAT(SO_TIMESTAMPNS), [all …]
|
D | sock_options.in | 262 SO_TIMESTAMPNS 33 264 SO_TIMESTAMPNS 16403 266 SO_TIMESTAMPNS 35
|
/external/syzkaller/sys/linux/ |
D | socket_ppc64le.const | 322 SO_TIMESTAMPNS = 35
|
D | socket_386.const | 322 SO_TIMESTAMPNS = 35
|
D | socket_arm64.const | 322 SO_TIMESTAMPNS = 35
|
D | socket_arm.const | 322 SO_TIMESTAMPNS = 35
|
D | socket_amd64.const | 322 SO_TIMESTAMPNS = 35
|
D | socket.txt | 180 …TAMP, SO_TYPE, SO_REUSEPORT, SO_OOBINLINE, SO_NO_CHECK, SO_PASSCRED, SO_TIMESTAMPNS, SO_LOCK_FILTE…
|
/external/libpcap/ |
D | pcap-linux.c | 521 #if defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS) in pcap_create_interface() 2039 #if defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS) 3907 #if defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS) 3911 if (setsockopt(sock_fd, SOL_SOCKET, SO_TIMESTAMPNS, &nsec_tstamps, sizeof(nsec_tstamps)) < 0) {
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1541 SO_TIMESTAMPNS = 0x21 const
|
D | zerrors_linux_mipsle.go | 1842 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_s390x.go | 1901 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_arm.go | 1847 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_ppc64le.go | 1897 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_mips64.go | 1842 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_ppc64.go | 1897 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_amd64.go | 1841 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_mips64le.go | 1842 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_386.go | 1840 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_mips.go | 1842 SO_TIMESTAMPNS = 0x23 const
|
D | zerrors_linux_arm64.go | 1831 SO_TIMESTAMPNS = 0x23 const
|
12