Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMP (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/
H A Dsocket.d126 SO_TIMESTAMP = 29,
127 SCM_TIMESTAMP = SO_TIMESTAMP,
/netbsd-src/sys/sys/
H A Dsocket.h134 #define SO_TIMESTAMP 0x2000 /* timestamp received dgram traffic */ macro
140 SO_NOSIGPIPE|SO_TIMESTAMP|SO_RERROR)
H A Dsocketvar.h256 #define SOOPT_TIMESTAMP(o) ((o) & (SO_TIMESTAMP | 0x400))
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dsocket.d965 SO_TIMESTAMP = 0x2000, /* timestamp received dgram traffic */
1142 SO_TIMESTAMP = 0x0800,
1226 SO_TIMESTAMP = 0x0400,
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c274 #ifdef SO_TIMESTAMP
300 #if defined(USE_CMSG) && defined(SO_TIMESTAMP)
1099 #ifdef SO_TIMESTAMP in process_cmsg()
1133 #ifdef SO_TIMESTAMP in process_cmsg()
1158 #ifdef SO_TIMESTAMP in process_cmsg()
2354 #if defined(SO_TIMESTAMP) in opensocket()
2355 if (setsockopt(sock->fd, SOL_SOCKET, SO_TIMESTAMP, (void *)&on, in opensocket()
/netbsd-src/sys/netbt/
H A Dhci_socket.c885 if (pcb->hp_socket->so_options & SO_TIMESTAMP) { in hci_mtap()
/netbsd-src/sys/kern/
H A Duipc_socket.c1781 case SO_TIMESTAMP: in sosetopt1()
1973 case SO_TIMESTAMP: in sogetopt1()
2490 if (opt & SO_TIMESTAMP) { in sbsavetimestamp()
/netbsd-src/lib/libbluetooth/
H A Dbt_dev.c177 SO_TIMESTAMP, &opt, sizeof(opt)) == -1) { in bt_devopen()
/netbsd-src/sys/netinet6/
H A Dsctp6_usrreq.c253 || (in6p->sctp_socket->so_options & SO_TIMESTAMP) in sctp6_input()
/netbsd-src/usr.bin/kdump/
H A Dkdump.c654 CASERETURN(SO_TIMESTAMP); in sockoptname()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c123 #ifndef SO_TIMESTAMP
124 #define SO_TIMESTAMP 29 macro
1049 cmsg->cmsg_type == SO_TIMESTAMP) {
/netbsd-src/sys/compat/linux/common/
H A Dlinux_socket.c916 return SO_TIMESTAMP; in linux_to_bsd_so_sockopt()
/netbsd-src/sys/netinet/
H A Dsctp_input.c4244 || (inp->sctp_socket->so_options & SO_TIMESTAMP) in sctp_input()