Home
last modified time | relevance | path

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

/trueos/tools/regression/sockets/unix_cmsg/
HDREADME98 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
HDunix_cmsg.c1166 if (check_cmsghdr(cmsghdr, SCM_BINTIME, sizeof(struct bintime)) < 0) in check_scm_bintime()
1740 SCM_BINTIME, sizeof(struct bintime)); in t_bintime_client()
/trueos/sys/sys/
HDsocket.h529 #define SCM_BINTIME 0x04 /* timestamp (struct bintime) */ macro
/trueos/sys/kern/
HDuipc_usrreq.c1964 case SCM_BINTIME: in unp_internalize()
1966 SCM_BINTIME, SOL_SOCKET); in unp_internalize()
/trueos/sys/netinet/
HDip_input.c1585 SCM_BINTIME, SOL_SOCKET); in ip_savecontrol()