Home
last modified time | relevance | path

Searched refs:SIOCGSTAMP (Results 1 – 25 of 36) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-generic/
Dsockios.h11 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsockios.h24 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/external/syzkaller/sys/linux/
Dsocket_netrom_arm.const9 SIOCGSTAMP = 35078
Dsocket_netrom_arm64.const9 SIOCGSTAMP = 35078
Dsocket_netrom_amd64.const9 SIOCGSTAMP = 35078
Dsocket_netrom_ppc64le.const9 SIOCGSTAMP = 35078
Dsocket_netrom_386.const9 SIOCGSTAMP = 35078
Dsocket_bluetooth_ppc64le.const73 SIOCGSTAMP = 35078
Dsocket_bluetooth_arm64.const73 SIOCGSTAMP = 35078
Dsocket_bluetooth_386.const73 SIOCGSTAMP = 35078
Dsocket_bluetooth_arm.const73 SIOCGSTAMP = 35078
Dsocket_bluetooth_amd64.const73 SIOCGSTAMP = 35078
Dsocket_netrom.txt36 ioctl$sock_netrom_SIOCGSTAMP(fd sock_netrom, cmd const[SIOCGSTAMP], arg ptr[out, int32])
Dsocket_bluetooth.txt263 bt_ioctl = TIOCOUTQ, TIOCINQ, SIOCGSTAMP, SIOCGSTAMPNS
/external/scapy/scapy/arch/
Dlinux.py50 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/
Dtimestamping.c261 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket()
/external/python/cpython2/Lib/plat-linux2/
DIN.py444 SIOCGSTAMP = 0x8906 variable
/external/iputils/
DRELNOTES577 - 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
Dping_common.c845 ioctl(icmp_sock, SIOCGSTAMP, &recv_time)) in main_loop()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go863 SIOCGSTAMP = -0x3fef9646 const
Dzerrors_linux_sparc64.go1421 SIOCGSTAMP = 0x8906 const
Dzerrors_linux_mipsle.go1697 SIOCGSTAMP = 0x8906 const
Dzerrors_linux_s390x.go1757 SIOCGSTAMP = 0x8906 const
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc651 unsigned IOCTL_SIOCGSTAMP = SIOCGSTAMP;
Dsanitizer_common_interceptors_ioctl.inc227 _(SIOCGSTAMP, WRITE, timeval_sz);

12