Searched refs:SIOCGSTAMP (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsockios.h23 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsockios.h12 #define SIOCGSTAMP _IOR('s', 100, struct timeval) /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsockios.h17 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dsockios.h28 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsockios.h17 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsockios.h13 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsockios.h10 #define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Daf_ieee802154.c173 case SIOCGSTAMP:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dioctl.c83 case SIOCGSTAMP: /* borrowed from IP */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Daf_bluetooth.c356 case SIOCGSTAMP:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c164 if ( ioctl(usd, SIOCGSTAMP, &udp_arrival) < 0 ) {
165 perror("ioctl-SIOCGSTAMP");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/timestamping/
H A Dtimestamping.c12 * without hardware support, SIOCGSTAMP[NS] (per-socket time stamp) and
81 " SIOCGSTAMP - check last socket time stamp\n"
264 if (ioctl(sock, SIOCGSTAMP, &tv))
265 printf(" %s: %s\n", "SIOCGSTAMP", strerror(errno));
267 printf("SIOCGSTAMP %ld.%06ld\n",
348 else if (!strcasecmp(argv[i], "SIOCGSTAMP"))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dntpclient.c153 if ( ioctl(usd, SIOCGSTAMP, &udp_arrival) < 0 ) {
154 perror("ioctl-SIOCGSTAMP");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Daf_can.c104 case SIOCGSTAMP:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping_common.c440 fprintf(stderr, "Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP\n");
620 ioctl(icmp_sock, SIOCGSTAMP, &recv_time))

Completed in 137 milliseconds

12