Home
last modified time | relevance | path

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

/freebsd/tools/regression/sockets/unix_cmsg/
H A DREADME97 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/sys/sys/
H A Dsocket.h593 #define SCM_BINTIME 0x04 /* timestamp (struct bintime) */ macro
/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c147 return (SCM_BINTIME); in get_scm_type()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c110 #if defined(SO_BINTIME) && defined(SCM_BINTIME) && defined(CMSG_FIRSTHDR)
3417 case SCM_BINTIME:
3429 case SCM_BINTIME:
/freebsd/sys/netinet/
H A Dip_input.c1137 *mp = sbcreatecontrol(&bt, sizeof(bt), SCM_BINTIME, in ip_savecontrol()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c692 case SCM_BINTIME: in bsd_to_linux_cmsg_type()
1734 case SCM_BINTIME: in recvmsg_scm_sol_socket()
/freebsd/sys/netinet6/
H A Dip6_input.c1234 *mp = sbcreatecontrol(&t.bt, sizeof(t.bt), SCM_BINTIME, in ip6_savecontrol_v4()
/freebsd/sys/kern/
H A Duipc_usrreq.c2746 case SCM_BINTIME: in unp_internalize()
2748 SCM_BINTIME, SOL_SOCKET, M_WAITOK); in unp_internalize()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1444 case SCM_BINTIME: in freebsd32_cmsg_convert()