Searched refs:SO_BINTIME (Results 1 – 12 of 12) sorted by relevance
60 #pragma D binding "1.13" SO_BINTIME61 inline int SO_BINTIME = 0x2000; /* timestamp received dgram traffic */ variable
139 if (so_options & SO_BINTIME) { in db_print_sooptions()
3848 case SO_BINTIME:4102 case SO_BINTIME:
143 #define SO_BINTIME 0x00002000 /* timestamp received dgram traffic */ macro
199 oname1 = SO_BINTIME; in setup_ts_sockopt()
563 return (SO_BINTIME); in linux_to_bsd_so_sockopt()2089 SO_BINTIME, &val, UIO_SYSSPACE, sizeof(val)); in linux_setsockopt()2095 case SO_BINTIME: in linux_setsockopt()
232 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
1123 if ((inp->inp_socket->so_options & SO_BINTIME) || in ip_savecontrol()
286 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append()
110 #if defined(SO_BINTIME) && defined(SCM_BINTIME) && defined(CMSG_FIRSTHDR)3119 if (setsockopt(fd, SOL_SOCKET, SO_BINTIME,
1885 * [Bug 2293] add support for SO_BINTIME, refine support for
[all...]