Symbol: SO_TIMESTAMP
sbin/unwind/libunbound/services/listen_dnsport.c
1194
#elif defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP)
sbin/unwind/libunbound/services/listen_dnsport.c
1197
if (setsockopt(s, SOL_SOCKET, SO_TIMESTAMP, (void*)&on, (socklen_t)sizeof(on)) < 0) {
sbin/unwind/libunbound/util/netevent.c
1084
cmsg->cmsg_type == SO_TIMESTAMP) {
sbin/unwind/libunbound/util/netevent.c
1086
#elif defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP)
sbin/unwind/libunbound/util/netevent.c
131
#ifndef SO_TIMESTAMP
sys/kern/kern_pledge.c
1424
case SO_TIMESTAMP:
sys/kern/uipc_socket.c
1930
case SO_TIMESTAMP:
sys/kern/uipc_socket.c
2098
case SO_TIMESTAMP:
sys/net/if_ethersubr.c
2179
if (ISSET(so->so_options, SO_TIMESTAMP)) {
sys/netinet/ip_input.c
1861
if (inp->inp_socket->so_options & SO_TIMESTAMP) {
sys/netinet/raw_ip.c
239
if (inp->inp_flags & INP_CONTROLOPTS || so->so_options & SO_TIMESTAMP)
sys/netinet/udp_usrreq.c
668
so->so_options & SO_TIMESTAMP))
sys/netinet/udp_usrreq.c
672
so->so_options & SO_TIMESTAMP))
sys/netinet6/ip6_input.c
1022
if (inp->inp_socket->so_options & SO_TIMESTAMP) {
usr.bin/dig/lib/isc/unix/socket.c
1301
if (setsockopt(sock->fd, SOL_SOCKET, SO_TIMESTAMP,
usr.sbin/ntpd/client.c
189
if (setsockopt(p->query.fd, SOL_SOCKET, SO_TIMESTAMP,
usr.sbin/unbound/services/listen_dnsport.c
1194
#elif defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP)
usr.sbin/unbound/services/listen_dnsport.c
1197
if (setsockopt(s, SOL_SOCKET, SO_TIMESTAMP, (void*)&on, (socklen_t)sizeof(on)) < 0) {
usr.sbin/unbound/util/netevent.c
1084
cmsg->cmsg_type == SO_TIMESTAMP) {
usr.sbin/unbound/util/netevent.c
1086
#elif defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP)
usr.sbin/unbound/util/netevent.c
131
#ifndef SO_TIMESTAMP