Home
last modified time | relevance | path

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

/freebsd-12.1/tools/regression/sockets/unix_cmsg/
H A DREADME98 Client connects to Server and sends message with SCM_BINTIME ancillary
99 data object. Server should receive one message with SCM_BINTIME
148 Client sends one message with SCM_BINTIME ancillary data object
149 to Server. Server should receive one message with SCM_BINTIME
/freebsd-12.1/sys/sys/
H A Dsocket.h567 #define SCM_BINTIME 0x04 /* timestamp (struct bintime) */ macro
/freebsd-12.1/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c150 return (SCM_BINTIME); in get_scm_type()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_io.c110 #if defined(SO_BINTIME) && defined(SCM_BINTIME) && defined(CMSG_FIRSTHDR)
3374 case SCM_BINTIME:
3386 case SCM_BINTIME:
/freebsd-12.1/sys/netinet/
H A Dip_input.c1163 SCM_BINTIME, SOL_SOCKET); in ip_savecontrol()
/freebsd-12.1/sys/kern/
H A Duipc_usrreq.c2280 case SCM_BINTIME: in unp_internalize()
2282 SCM_BINTIME, SOL_SOCKET); in unp_internalize()
/freebsd-12.1/sys/netinet6/
H A Dip6_input.c1261 SCM_BINTIME, SOL_SOCKET); in ip6_savecontrol_v4()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1083 case SCM_BINTIME: in freebsd32_cmsg_convert()