Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch4 Subject: [PATCH] saaldump,atmdump: Include linux/sockios.h for SIOCGSTAMP
7 the asm-generic/sockios.h header no longer defines SIOCGSTAMP.
10 The linux/sockios.h header now defines SIOCGSTAMP using either
15 …/../../linux-atm-2.5.2/src/maint/atmdump.c:142:18: error: use of undeclared identifier 'SIOCGSTAMP'
16 if (ioctl(s,SIOCGSTAMP,&stamp) < 0) {
21 …../../linux-atm-2.5.2/src/maint/saaldump.c:169:14: error: use of undeclared identifier 'SIOCGSTAMP'
22 if (ioctl(s,SIOCGSTAMP,&stamp) < 0) {
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsockios.h42 #define SIOCGSTAMP SIOCGSTAMP_OLD macro
45 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dsockios.h11 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dsockios.h11 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0005-chromium-fix-build-after-y2038-changes-in-glibc.patch6 SIOCGSTAMP is defined in linux/sockios.h since kernel 5.2. Include that
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtimestamping.c242 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dcan.rst359 ioctl(s, SIOCGSTAMP, &tv);