Home
last modified time | relevance | path

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

/freebsd-14.2/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
/freebsd-14.2/sys/kern/
H A Duipc_debug.c139 if (so_options & SO_BINTIME) { in db_print_sooptions()
H A Duipc_socket.c3814 case SO_BINTIME:
4080 case SO_BINTIME:
/freebsd-14.2/sys/sys/
H A Dsocket.h145 #define SO_BINTIME 0x00002000 /* timestamp received dgram traffic */ macro
/freebsd-14.2/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c200 oname1 = SO_BINTIME; in setup_ts_sockopt()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_socket.c564 return (SO_BINTIME); in linux_to_bsd_so_sockopt()
2086 SO_BINTIME, &val, UIO_SYSSPACE, sizeof(val)); in linux_setsockopt()
2092 case SO_BINTIME: in linux_setsockopt()
/freebsd-14.2/sys/netinet/
H A Draw_ip.c229 (so->so_options & (SO_TIMESTAMP | SO_BINTIME))) in rip_append()
H A Dip_input.c1113 if ((inp->inp_socket->so_options & SO_BINTIME) || in ip_savecontrol()
H A Dudp_usrreq.c283 inp->inp_socket->so_options & (SO_TIMESTAMP | SO_BINTIME)) { in udp_append()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_io.c110 #if defined(SO_BINTIME) && defined(SCM_BINTIME) && defined(CMSG_FIRSTHDR)
3121 if (setsockopt(fd, SOL_SOCKET, SO_BINTIME,
/freebsd-14.2/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)