Searched refs:SIOCGSTAMP (Results 1 – 7 of 7) sorted by relevance
4 Subject: [PATCH] saaldump,atmdump: Include linux/sockios.h for SIOCGSTAMP7 the asm-generic/sockios.h header no longer defines SIOCGSTAMP.10 The linux/sockios.h header now defines SIOCGSTAMP using either15 …/../../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) {
42 #define SIOCGSTAMP SIOCGSTAMP_OLD macro45 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ macro
11 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
6 SIOCGSTAMP is defined in linux/sockios.h since kernel 5.2. Include that
242 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket()
359 ioctl(s, SIOCGSTAMP, &tv);