Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPING (Results 1 – 25 of 28) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c48 #ifndef SO_TIMESTAMPING
49 # define SO_TIMESTAMPING 37 macro
50 # define SCM_TIMESTAMPING SO_TIMESTAMPING
196 case SO_TIMESTAMPING: { in printpacket()
440 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, in main()
463 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { in main()
Drxtimestamp.c266 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
Dtxtimestamp.c330 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h61 #define SO_TIMESTAMPING 37 macro
62 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h80 #define SO_TIMESTAMPING 37 macro
81 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/external/strace/xlat/
Dsock_options.h864 #if defined(SO_TIMESTAMPING) || (defined(HAVE_DECL_SO_TIMESTAMPING) && HAVE_DECL_SO_TIMESTAMPING)
866 static_assert((SO_TIMESTAMPING) == (35), "SO_TIMESTAMPING != 35");
869 # define SO_TIMESTAMPING 35
872 #if defined(SO_TIMESTAMPING) || (defined(HAVE_DECL_SO_TIMESTAMPING) && HAVE_DECL_SO_TIMESTAMPING)
874 static_assert((SO_TIMESTAMPING) == (16416), "SO_TIMESTAMPING != 16416");
877 # define SO_TIMESTAMPING 16416
880 #if defined(SO_TIMESTAMPING) || (defined(HAVE_DECL_SO_TIMESTAMPING) && HAVE_DECL_SO_TIMESTAMPING)
882 static_assert((SO_TIMESTAMPING) == (37), "SO_TIMESTAMPING != 37");
885 # define SO_TIMESTAMPING 37
1710 XLAT(SO_TIMESTAMPING),
[all …]
Dsock_options.in278 SO_TIMESTAMPING 35
280 SO_TIMESTAMPING 16416
282 SO_TIMESTAMPING 37
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const321 SO_TIMESTAMPING = 37
Dsocket_386.const321 SO_TIMESTAMPING = 37
Dsocket_arm64.const321 SO_TIMESTAMPING = 37
Dsocket_arm.const321 SO_TIMESTAMPING = 37
Dsocket_amd64.const321 SO_TIMESTAMPING = 37
Dsocket.txt166 setsockopt$SO_TIMESTAMPING(fd sock, level const[SOL_SOCKET], optname const[SO_TIMESTAMPING], optval…
167 getsockopt$SO_TIMESTAMPING(fd sock, level const[SOL_SOCKET], optname const[SO_TIMESTAMPING], optval…
/external/syzkaller/pkg/report/testdata/linux/report/
D13434 setsockopt$SO_TIMESTAMPING(r1, 0x1, 0x25, &(0x7f0000001000-0x4)=0xff, 0x4)
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc582 if (setsockopt(tcp->fd, SOL_SOCKET, SO_TIMESTAMPING, in tcp_write_with_timestamps()
601 cmsg->cmsg_type = SO_TIMESTAMPING; in tcp_write_with_timestamps()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1540 SO_TIMESTAMPING = 0x23 const
Dzerrors_linux_mipsle.go1841 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_s390x.go1900 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_arm.go1846 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_ppc64le.go1896 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_mips64.go1841 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_ppc64.go1896 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_amd64.go1840 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_mips64le.go1841 SO_TIMESTAMPING = 0x25 const
Dzerrors_linux_386.go1839 SO_TIMESTAMPING = 0x25 const

12