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

/external/kernel-headers/original/uapi/asm-generic/
H A Dsocket.h48 #define SO_TIMESTAMP 29 macro
49 #define SCM_TIMESTAMP SO_TIMESTAMP
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsocket.h67 #define SO_TIMESTAMP 29 macro
68 #define SCM_TIMESTAMP SO_TIMESTAMP
/external/strace/xlat/
H A Dsockoptions.h121 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP)
122 XLAT(SO_TIMESTAMP),
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h89 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro
/external/iputils/
H A Dping_common.c654 #ifdef SO_TIMESTAMP
657 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on)))
658 fprintf(stderr, "Warning: no SO_TIMESTAMP support, falling back to SIOCGSTAMP\n");
832 #ifdef SO_TIMESTAMP
835 c->cmsg_type != SO_TIMESTAMP)
H A Dping6.c137 #ifdef SO_TIMESTAMP

Completed in 672 milliseconds