Searched refs:SO_TIMESTAMP (Results 1 – 8 of 8) sorted by relevance
48 #define SO_TIMESTAMP 29 macro49 #define SCM_TIMESTAMP SO_TIMESTAMP
67 #define SO_TIMESTAMP 29 macro68 #define SCM_TIMESTAMP SO_TIMESTAMP
121 #if defined(SO_TIMESTAMP) || (defined(HAVE_DECL_SO_TIMESTAMP) && HAVE_DECL_SO_TIMESTAMP)122 XLAT(SO_TIMESTAMP),
40 SO_TIMESTAMP
654 #ifdef SO_TIMESTAMP in setup()657 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on))) in setup()832 #ifdef SO_TIMESTAMP in main_loop()835 c->cmsg_type != SO_TIMESTAMP) in main_loop()
577 - SIOCGSTAMP/SO_TIMESTAMP are sensitive to bug in kernel.580 Workaround is not to use SIOCGSTAMP/SO_TIMESTAMP on such systems.591 * ping*, SO_TIMESTAMP support.
137 #ifdef SO_TIMESTAMP
89 #define SO_TIMESTAMP 0x0400 /* timestamp received dgram traffic */ macro