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 D | socket.d | 126 SO_TIMESTAMP = 29, 127 SCM_TIMESTAMP = SO_TIMESTAMP,
|
| /netbsd-src/sys/sys/ |
| H A D | socket.h | 134 #define SO_TIMESTAMP 0x2000 /* timestamp received dgram traffic */ macro 140 SO_NOSIGPIPE|SO_TIMESTAMP|SO_RERROR)
|
| H A D | socketvar.h | 256 #define SOOPT_TIMESTAMP(o) ((o) & (SO_TIMESTAMP | 0x400))
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | socket.d | 965 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 D | socket.c | 274 #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 D | hci_socket.c | 885 if (pcb->hp_socket->so_options & SO_TIMESTAMP) { in hci_mtap()
|
| /netbsd-src/sys/kern/ |
| H A D | uipc_socket.c | 1781 case SO_TIMESTAMP: in sosetopt1() 1973 case SO_TIMESTAMP: in sogetopt1() 2490 if (opt & SO_TIMESTAMP) { in sbsavetimestamp()
|
| /netbsd-src/lib/libbluetooth/ |
| H A D | bt_dev.c | 177 SO_TIMESTAMP, &opt, sizeof(opt)) == -1) { in bt_devopen()
|
| /netbsd-src/sys/netinet6/ |
| H A D | sctp6_usrreq.c | 253 || (in6p->sctp_socket->so_options & SO_TIMESTAMP) in sctp6_input()
|
| /netbsd-src/usr.bin/kdump/ |
| H A D | kdump.c | 654 CASERETURN(SO_TIMESTAMP); in sockoptname()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | netevent.c | 123 #ifndef SO_TIMESTAMP 124 #define SO_TIMESTAMP 29 macro 1049 cmsg->cmsg_type == SO_TIMESTAMP) {
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_socket.c | 916 return SO_TIMESTAMP; in linux_to_bsd_so_sockopt()
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_input.c | 4244 || (inp->sctp_socket->so_options & SO_TIMESTAMP) in sctp_input()
|