Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/regression/sockets/unix_cmsg/
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-stable/sys/sys/
Dsocket.h568 #define SCM_BINTIME 0x04 /* timestamp (struct bintime) */ macro
/freebsd-12-stable/tools/regression/sockets/udp_pingpong/
Dudp_pingpong.c150 return (SCM_BINTIME); in get_scm_type()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_io.c110 #if defined(SO_BINTIME) && defined(SCM_BINTIME) && defined(CMSG_FIRSTHDR)
3378 case SCM_BINTIME:
3390 case SCM_BINTIME:
/freebsd-12-stable/sys/netinet/
Dip_input.c1171 SCM_BINTIME, SOL_SOCKET); in ip_savecontrol()
/freebsd-12-stable/sys/kern/
Duipc_usrreq.c2299 case SCM_BINTIME: in unp_internalize()
2301 SCM_BINTIME, SOL_SOCKET); in unp_internalize()
/freebsd-12-stable/sys/netinet6/
Dip6_input.c1226 SCM_BINTIME, SOL_SOCKET); in ip6_savecontrol_v4()
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c1085 case SCM_BINTIME: in freebsd32_cmsg_convert()