Searched refs:SO_BINTIME (Results 1 – 13 of 13) sorted by relevance
60 #pragma D binding "1.13" SO_BINTIME61 inline int SO_BINTIME = 0x2000; /* timestamp received dgram traffic */ variable
1116 #if defined(SO_TIMESTAMP) && defined(SO_BINTIME) in ip6_savecontrol_v4()1117 if ((inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) != 0) { in ip6_savecontrol_v4()1136 if ((inp->inp_socket->so_options & SO_BINTIME) != 0 || in ip6_savecontrol_v4()
139 if (so_options & SO_BINTIME) { in db_print_sooptions()
3936 case SO_BINTIME:4196 case SO_BINTIME:
144 #define SO_BINTIME 0x00002000 /* int; timestamp received dgram traffic */ macro
199 oname1 = SO_BINTIME; in setup_ts_sockopt()
565 return (SO_BINTIME); in linux_to_bsd_so_sockopt()2148 SO_BINTIME, &val, UIO_SYSSPACE, sizeof(val)); in linux_setsockopt()2154 case SO_BINTIME: in linux_setsockopt()
191 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
1149 if ((inp->inp_socket->so_options & SO_BINTIME) || in ip_savecontrol()
293 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...]