Searched refs:SO_TIMESTAMP (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dsocket.h45 #define SO_TIMESTAMP 29 macro
46 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsocket.h48 #define SO_TIMESTAMP 29 macro
49 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsocket.h52 #define SO_TIMESTAMP 29 macro
53 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsocket.h53 #define SO_TIMESTAMP 29 macro
54 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dsocket.h57 #define SO_TIMESTAMP 29 macro
58 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsocket.h45 #define SO_TIMESTAMP 29 macro
46 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dsocket.h47 #define SO_TIMESTAMP 29 macro
48 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsocket.h45 #define SO_TIMESTAMP 29 macro
46 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dsocket.h45 #define SO_TIMESTAMP 29 macro
46 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsocket.h54 #define SO_TIMESTAMP 29 macro
55 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsocket.h45 #define SO_TIMESTAMP 29 macro
46 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dsocket.h45 #define SO_TIMESTAMP 29 macro
46 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsocket.h45 #define SO_TIMESTAMP 29 macro
46 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsocket.h52 #define SO_TIMESTAMP 29 macro
53 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsocket.h65 #define SO_TIMESTAMP 29 macro
66 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dsocket.h36 #define SO_TIMESTAMP 0x4012 macro
37 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsocket.h46 #define SO_TIMESTAMP 0x001d macro
47 #define SCM_TIMESTAMP SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/timestamping/
H A Dtimestamping.c13 * SO_TIMESTAMP[NS].
72 " SO_TIMESTAMP - normal software time stamping, ms resolution\n"
181 case SO_TIMESTAMP: {
184 printf("SO_TIMESTAMP %ld.%06ld",
344 if (!strcasecmp(argv[i], "SO_TIMESTAMP"))
435 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP,
437 bail("setsockopt SO_TIMESTAMP");
457 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &val, &len) < 0)
458 printf("%s: %s\n", "getsockopt SO_TIMESTAMP", strerror(errno));
460 printf("SO_TIMESTAMP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping_common.c436 #ifdef SO_TIMESTAMP
439 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on)))
440 fprintf(stderr, "Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP\n");
607 #ifdef SO_TIMESTAMP
610 c->cmsg_type != SO_TIMESTAMP)
H A Dping6.c100 #ifdef SO_TIMESTAMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dsock.c651 case SO_TIMESTAMP:
654 if (optname == SO_TIMESTAMP)
857 case SO_TIMESTAMP:

Completed in 362 milliseconds