Home
last modified time | relevance | path

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

/src/cddl/lib/libdtrace/
H A Dsocket.d60 #pragma D binding "1.13" SO_BINTIME
61 inline int SO_BINTIME = 0x2000; /* timestamp received dgram traffic */ variable
/src/sys/netinet6/
H A Dip6_input.c1143 #if defined(SO_TIMESTAMP) && defined(SO_BINTIME) in ip6_savecontrol_v4()
1144 if ((inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) != 0) { in ip6_savecontrol_v4()
1163 if ((inp->inp_socket->so_options & SO_BINTIME) != 0 || in ip6_savecontrol_v4()
/src/sys/kern/
H A Duipc_debug.c139 if (so_options & SO_BINTIME) { in db_print_sooptions()
H A Duipc_socket.c3909 case SO_BINTIME:
4160 case SO_BINTIME:
/src/sys/sys/
H A Dsocket.h144 #define SO_BINTIME 0x00002000 /* timestamp received dgram traffic */ macro
/src/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c199 oname1 = SO_BINTIME; in setup_ts_sockopt()
/src/sys/compat/linux/
H A Dlinux_socket.c563 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()
/src/sys/netinet/
H A Draw_ip.c232 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
H A Dip_input.c1139 if ((inp->inp_socket->so_options & SO_BINTIME) || in ip_savecontrol()
H A Dudp_usrreq.c293 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append()
/src/contrib/ntp/ntpd/
H A Dntp_io.c110 #if defined(SO_BINTIME) && defined(SCM_BINTIME) && defined(CMSG_FIRSTHDR)
3119 if (setsockopt(fd, SOL_SOCKET, SO_BINTIME,
/src/contrib/ntp/
H A DChangeLog1885 * [Bug 2293] add support for SO_BINTIME, refine support for
H A DCommitLog98826 [Bug 2293] add support for SO_BINTIME, refine support for SO_TIMESTAMPNS (bug 1374)
98829 [Bug 2293] add support for SO_BINTIME, refine support for SO_TIMESTAMPNS (bug 1374)
98832 [Bug 2293] add support for SO_BINTIME, refine support for SO_TIMESTAMPNS (bug 1374)