Home
last modified time | relevance | path

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

/src/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
/src/sys/sys/
H A Dsocket.h598 #define SCM_BINTIME 0x04 /* timestamp (struct bintime) */ macro
/src/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c147 return (SCM_BINTIME); in get_scm_type()
/src/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:
/src/sys/netinet/
H A Dip_input.c1153 *mp = sbcreatecontrol(&bt, sizeof(bt), SCM_BINTIME, in ip_savecontrol()
/src/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()
/src/sys/netinet6/
H A Dip6_input.c1174 *mp = sbcreatecontrol(&t.bt, sizeof(t.bt), SCM_BINTIME, in ip6_savecontrol_v4()
/src/sys/kern/
H A Duipc_usrreq.c3789 case SCM_BINTIME: in unp_internalize()
3790 m = sbcreatecontrol(NULL, sizeof(*bt), SCM_BINTIME, in unp_internalize()
/src/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1427 case SCM_BINTIME: in freebsd32_cmsg_convert()