Searched refs:SIOCGSTAMPNS (Results 1 – 5 of 5) sorted by relevance
43 #define SIOCGSTAMPNS SIOCGSTAMPNS_OLD macro47 #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ macro
13 pub const SIOCGSTAMPNS: ::std::os::raw::c_uint = 35079; constant
283 pub const SIOCGSTAMPNS: u32 = 35079; constant
250 if (ioctl(sock, SIOCGSTAMPNS, &ts)) in printpacket()
521 #if defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS) in pcap_create_interface()2039 #if defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS)2041 if (ioctl(handle->fd, SIOCGSTAMPNS, &pcap_header.ts) == -1) {3907 #if defined(SIOCGSTAMPNS) && defined(SO_TIMESTAMPNS)