Home
last modified time | relevance | path

Searched refs:SIOCSHWTSTAMP (Results 1 – 23 of 23) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c61 #ifndef SIOCSHWTSTAMP
62 # define SIOCSHWTSTAMP 0x89b0 macro
387 if (ioctl(sock, SIOCSHWTSTAMP, &hwtstamp) < 0) { in main()
Dhwtstamp_config.c117 if (ioctl(sock, (argc == 2) ? SIOCGHWTSTAMP : SIOCSHWTSTAMP, &ifr)) { in main()
/external/kernel-headers/original/uapi/linux/
Dsockios.h132 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
/external/iproute2/include/uapi/linux/
Dsockios.h132 #define SIOCSHWTSTAMP 0x89b0 /* set and get config */ macro
/external/syzkaller/sys/linux/
Dsocket_amd64.const197 SIOCSHWTSTAMP = 35248
Dsocket_arm64.const197 SIOCSHWTSTAMP = 35248
Dsocket_ppc64le.const197 SIOCSHWTSTAMP = 35248
Dsocket_arm.const197 SIOCSHWTSTAMP = 35248
Dsocket_386.const197 SIOCSHWTSTAMP = 35248
Dsocket.txt202 …RY, SIOCBONDINFOQUERY, SIOCBONDCHANGEACTIVE, SIOCBRADDIF, SIOCBRDELIF, SIOCSHWTSTAMP, SIOCGHWTSTAMP
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1429 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_mips64le.go1705 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_ppc64.go1761 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_arm.go1711 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_mips64.go1705 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_ppc64le.go1761 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_arm64.go1695 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_386.go1704 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_mips.go1705 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_s390x.go1765 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_mipsle.go1705 SIOCSHWTSTAMP = 0x89b0 const
Dzerrors_linux_amd64.go1705 SIOCSHWTSTAMP = 0x89b0 const
/external/libpcap/
Dpcap-linux.c4502 if (ioctl(handle->fd, SIOCSHWTSTAMP, &ifr) < 0) {