Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPNS (Results 1 – 25 of 26) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h56 #define SO_TIMESTAMPNS 35 macro
57 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h75 #define SO_TIMESTAMPNS 35 macro
76 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c53 #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()
Drxtimestamp.c261 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags()
/external/strace/xlat/
Dsock_options.h814 #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 …]
Dsock_options.in262 SO_TIMESTAMPNS 33
264 SO_TIMESTAMPNS 16403
266 SO_TIMESTAMPNS 35
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const322 SO_TIMESTAMPNS = 35
Dsocket_386.const322 SO_TIMESTAMPNS = 35
Dsocket_arm64.const322 SO_TIMESTAMPNS = 35
Dsocket_arm.const322 SO_TIMESTAMPNS = 35
Dsocket_amd64.const322 SO_TIMESTAMPNS = 35
Dsocket.txt180 …TAMP, SO_TYPE, SO_REUSEPORT, SO_OOBINLINE, SO_NO_CHECK, SO_PASSCRED, SO_TIMESTAMPNS, SO_LOCK_FILTE…
/external/libpcap/
Dpcap-linux.c521 #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/
Dzerrors_linux_sparc64.go1541 SO_TIMESTAMPNS = 0x21 const
Dzerrors_linux_mipsle.go1842 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_s390x.go1901 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_arm.go1847 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_ppc64le.go1897 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_mips64.go1842 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_ppc64.go1897 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_amd64.go1841 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_mips64le.go1842 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_386.go1840 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_mips.go1842 SO_TIMESTAMPNS = 0x23 const
Dzerrors_linux_arm64.go1831 SO_TIMESTAMPNS = 0x23 const

12