Home
last modified time | relevance | path

Searched refs:SCM_BINTIME (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/tools/regression/sockets/unix_cmsg/
HDREADME97 Client connects to Server and sends message with SCM_BINTIME ancillary
98 data object. Server should receive one message with SCM_BINTIME
147 Client sends one message with SCM_BINTIME ancillary data object
148 to Server. Server should receive one message with SCM_BINTIME
/freebsd-14-stable/sys/sys/
HDsocket.h593 #define SCM_BINTIME 0x04 /* timestamp (struct bintime) */ macro
/freebsd-14-stable/tools/regression/sockets/udp_pingpong/
HDudp_pingpong.c148 return (SCM_BINTIME); in get_scm_type()
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_io.c110 #if defined(SO_BINTIME) && defined(SCM_BINTIME) && defined(CMSG_FIRSTHDR)
3417 case SCM_BINTIME:
3429 case SCM_BINTIME:
/freebsd-14-stable/sys/netinet/
HDip_input.c1133 *mp = sbcreatecontrol(&bt, sizeof(bt), SCM_BINTIME, in ip_savecontrol()
/freebsd-14-stable/sys/compat/linux/
HDlinux_socket.c692 case SCM_BINTIME: in bsd_to_linux_cmsg_type()
1732 case SCM_BINTIME: in recvmsg_scm_sol_socket()
/freebsd-14-stable/sys/netinet6/
HDip6_input.c1238 *mp = sbcreatecontrol(&t.bt, sizeof(t.bt), SCM_BINTIME, in ip6_savecontrol_v4()
/freebsd-14-stable/sys/kern/
HDuipc_usrreq.c2745 case SCM_BINTIME: in unp_internalize()
2747 SCM_BINTIME, SOL_SOCKET, M_WAITOK); in unp_internalize()
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c1443 case SCM_BINTIME: in freebsd32_cmsg_convert()