Searched refs:SIOCGSTAMP (Results 1 – 25 of 36) sorted by relevance
12
/external/kernel-headers/original/uapi/asm-generic/ |
D | sockios.h | 11 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | sockios.h | 24 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
|
/external/syzkaller/sys/linux/ |
D | socket_netrom_arm.const | 9 SIOCGSTAMP = 35078
|
D | socket_netrom_arm64.const | 9 SIOCGSTAMP = 35078
|
D | socket_netrom_amd64.const | 9 SIOCGSTAMP = 35078
|
D | socket_netrom_ppc64le.const | 9 SIOCGSTAMP = 35078
|
D | socket_netrom_386.const | 9 SIOCGSTAMP = 35078
|
D | socket_bluetooth_ppc64le.const | 73 SIOCGSTAMP = 35078
|
D | socket_bluetooth_arm64.const | 73 SIOCGSTAMP = 35078
|
D | socket_bluetooth_386.const | 73 SIOCGSTAMP = 35078
|
D | socket_bluetooth_arm.const | 73 SIOCGSTAMP = 35078
|
D | socket_bluetooth_amd64.const | 73 SIOCGSTAMP = 35078
|
D | socket_netrom.txt | 36 ioctl$sock_netrom_SIOCGSTAMP(fd sock_netrom, cmd const[SIOCGSTAMP], arg ptr[out, int32])
|
D | socket_bluetooth.txt | 263 bt_ioctl = TIOCOUTQ, TIOCINQ, SIOCGSTAMP, SIOCGSTAMPNS
|
/external/scapy/scapy/arch/ |
D | linux.py | 50 SIOCGSTAMP = 0x8906 # get packet timestamp (as a timeval) variable 373 ts = ioctl(sock, SIOCGSTAMP, "1234567890123456") 378 ts = ioctl(sock, SIOCGSTAMP, "12345678")
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 261 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 444 SIOCGSTAMP = 0x8906 variable
|
/external/iputils/ |
D | RELNOTES | 577 - SIOCGSTAMP/SO_TIMESTAMP are sensitive to bug in kernel. 580 Workaround is not to use SIOCGSTAMP/SO_TIMESTAMP on such systems. 620 * Use SIOCGSTAMP in ping/ping6. Old behaviour calculating
|
D | ping_common.c | 845 ioctl(icmp_sock, SIOCGSTAMP, &recv_time)) in main_loop()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 863 SIOCGSTAMP = -0x3fef9646 const
|
D | zerrors_linux_sparc64.go | 1421 SIOCGSTAMP = 0x8906 const
|
D | zerrors_linux_mipsle.go | 1697 SIOCGSTAMP = 0x8906 const
|
D | zerrors_linux_s390x.go | 1757 SIOCGSTAMP = 0x8906 const
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 651 unsigned IOCTL_SIOCGSTAMP = SIOCGSTAMP;
|
D | sanitizer_common_interceptors_ioctl.inc | 227 _(SIOCGSTAMP, WRITE, timeval_sz);
|
12