Home
last modified time | relevance | path

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

/openbmc/openbmc/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) {
/openbmc/linux/include/uapi/linux/
H A Dsockios.h42 #define SIOCGSTAMP SIOCGSTAMP_OLD macro
45 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ macro
/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c260 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch179 +pub const SIOCGSTAMP: u32 = 35078;
/openbmc/linux/Documentation/networking/
H A Dcan.rst392 ioctl(s, SIOCGSTAMP, &tv);
/openbmc/qemu/linux-user/
H A Dsyscall.c5339 ret = get_errno(safe_ioctl(fd, SIOCGSTAMP, &tv)); in do_ioctl_SIOCGSTAMP()