Home
last modified time | relevance | path

Searched refs:SIOCGSTAMPNS (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dsockios.h43 #define SIOCGSTAMPNS SIOCGSTAMPNS_OLD macro
47 #define SIOCGSTAMPNS ((sizeof(struct timespec)) == 8 ? \ macro
/external/crosvm/net_sys/src/
Dsockios.rs13 pub const SIOCGSTAMPNS: ::std::os::raw::c_uint = 35079; constant
Diff.rs283 pub const SIOCGSTAMPNS: u32 = 35079; constant
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c250 if (ioctl(sock, SIOCGSTAMPNS, &ts)) in printpacket()
/external/libpcap/
Dpcap-linux.c521 #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)