Searched refs:SO_TIMESTAMP (Results 1 – 8 of 8) sorted by relevance
45 #define SO_TIMESTAMP 29 macro46 #define SCM_TIMESTAMP SO_TIMESTAMP
48 #define SO_TIMESTAMP 29 macro49 #define SCM_TIMESTAMP SO_TIMESTAMP
68 #define SO_TIMESTAMP 29 macro69 #define SCM_TIMESTAMP SO_TIMESTAMP
635 #ifdef SO_TIMESTAMP in setup()638 if (setsockopt(icmp_sock, SOL_SOCKET, SO_TIMESTAMP, &on, sizeof(on))) in setup()827 #ifdef SO_TIMESTAMP in main_loop()830 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
722 #ifdef SO_TIMESTAMP723 { SO_TIMESTAMP, "SO_TIMESTAMP" },