Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMP (Results 1 – 13 of 13) sorted by relevance

/freebsd/tools/regression/sockets/unix_cmsg/
H A DREADME91 Client connects to Server and sends message with SCM_TIMESTAMP ancillary
92 data object. Server should receive one message with SCM_TIMESTAMP
141 Client sends one message with SCM_TIMESTAMP ancillary data object
142 to Server. Server should receive one message with SCM_TIMESTAMP
/freebsd/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c147 if (cmsg->cmsg_type == SCM_TIMESTAMP) { in bt_monitor_read()
/freebsd/sys/sys/
H A Dsocket.h591 #define SCM_TIMESTAMP 0x02 /* timestamp (struct timeval) */ macro
/freebsd/tests/sys/kern/
H A Dunix_dgram.c344 .cmsg_type = SCM_TIMESTAMP, in ATF_TC_BODY()
/freebsd/tools/regression/sockets/udp_pingpong/
H A Dudp_pingpong.c143 return (SCM_TIMESTAMP); in get_scm_type()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c126 #elif defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP) && defined(CMSG_FIRSTHDR)
3423 case SCM_TIMESTAMP:
3467 case SCM_TIMESTAMP:
/freebsd/sys/netinet/
H A Dip_input.c1159 *mp = sbcreatecontrol((caddr_t)&tv, sizeof(tv), SCM_TIMESTAMP, in ip_savecontrol()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c690 case SCM_TIMESTAMP: in bsd_to_linux_cmsg_type()
1728 case SCM_TIMESTAMP: in recvmsg_scm_sol_socket()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c470 *ctl = sbcreatecontrol(&tv, sizeof(tv), SCM_TIMESTAMP, in ng_btsocket_hci_raw_savctl()
/freebsd/sys/netinet6/
H A Dip6_input.c1217 SCM_TIMESTAMP, SOL_SOCKET, M_NOWAIT); in ip6_savecontrol_v4()
/freebsd/sbin/ping/
H A Dping.c933 cmsg->cmsg_type == SCM_TIMESTAMP && in ping()
/freebsd/sys/kern/
H A Duipc_usrreq.c2738 case SCM_TIMESTAMP: in unp_internalize()
2740 SCM_TIMESTAMP, SOL_SOCKET, M_WAITOK); in unp_internalize()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1439 case SCM_TIMESTAMP: in freebsd32_cmsg_convert()