Searched refs:SIOCGSTAMP (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | sockios.h | 42 #define SIOCGSTAMP SIOCGSTAMP_OLD macro 45 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | sockios.h | 42 #define SIOCGSTAMP SIOCGSTAMP_OLD macro 45 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? \ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sockios.h | 29 #define SIOCGSTAMP SIOCGSTAMP_OLD macro 32 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? SIOCGSTAMP_OLD : SIOCGSTAMP_NEW) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sockios.h | 29 #define SIOCGSTAMP SIOCGSTAMP_OLD macro 32 #define SIOCGSTAMP ((sizeof(struct timeval)) == 8 ? SIOCGSTAMP_OLD : SIOCGSTAMP_NEW) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | sockios.h | 13 #define SIOCGSTAMP 0x8906 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | timestamping.c | 13 * without hardware support, SIOCGSTAMP[NS] (per-socket time stamp) and 61 " SIOCGSTAMP - check last socket time stamp\n" in usage() 242 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket() 243 printf(" %s: %s\n", "SIOCGSTAMP", strerror(errno)); in printpacket() 245 printf("SIOCGSTAMP %ld.%06ld\n", in printpacket() 332 else if (!strcasecmp(argv[i], "SIOCGSTAMP")) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | timestamping.c | 13 * without hardware support, SIOCGSTAMP[NS] (per-socket time stamp) and 62 " SIOCGSTAMP - check last socket time stamp\n" in usage() 260 if (ioctl(sock, SIOCGSTAMP, &tv)) in printpacket() 261 printf(" %s: %s\n", "SIOCGSTAMP", strerror(errno)); in printpacket() 263 printf("SIOCGSTAMP %ld.%06ld\n", in printpacket() 357 else if (!strcasecmp(argv[i], "SIOCGSTAMP")) in main()
|
Completed in 6 milliseconds