Searched refs:SO_TIMESTAMPNS (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 118 #elif defined(SO_TIMESTAMPNS) && defined(SCM_TIMESTAMPNS) && defined(CMSG_FIRSTHDR) 3107 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPNS,
|
/freebsd/contrib/unbound/util/ |
H A D | netevent.c | 134 #ifndef SO_TIMESTAMPNS 135 #define SO_TIMESTAMPNS 35 macro 1050 cmsg->cmsg_type == SO_TIMESTAMPNS) {
|
/freebsd/contrib/libpcap/ |
H A D | pcap-linux.c | 2661 if (setsockopt(sock_fd, SOL_SOCKET, SO_TIMESTAMPNS, &nsec_tstamps, sizeof(nsec_tstamps)) < 0) { in setup_socket()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 1172 if (setsockopt(s, SOL_SOCKET, SO_TIMESTAMPNS, (void*)&opt, (socklen_t)sizeof(opt)) < 0) { in set_recvtimestamp()
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 1886 SO_TIMESTAMPNS (bug 1374) 1892 * [Bug 1374] Support SO_TIMESTAMPNS. 1894 * [Bug 1374] Support SO_TIMESTAMPNS.
|
H A D | CommitLog | [all...] |