Searched refs:SCM_TIMESTAMP (Results 1 – 13 of 13) sorted by relevance
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | README | 91 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 D | pcap-bt-monitor-linux.c | 147 if (cmsg->cmsg_type == SCM_TIMESTAMP) { in bt_monitor_read()
|
/freebsd/sys/sys/ |
H A D | socket.h | 591 #define SCM_TIMESTAMP 0x02 /* timestamp (struct timeval) */ macro
|
/freebsd/tests/sys/kern/ |
H A D | unix_dgram.c | 344 .cmsg_type = SCM_TIMESTAMP, in ATF_TC_BODY()
|
/freebsd/tools/regression/sockets/udp_pingpong/ |
H A D | udp_pingpong.c | 143 return (SCM_TIMESTAMP); in get_scm_type()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 126 #elif defined(SO_TIMESTAMP) && defined(SCM_TIMESTAMP) && defined(CMSG_FIRSTHDR) 3423 case SCM_TIMESTAMP: 3467 case SCM_TIMESTAMP:
|
/freebsd/sys/netinet/ |
H A D | ip_input.c | 1159 *mp = sbcreatecontrol((caddr_t)&tv, sizeof(tv), SCM_TIMESTAMP, in ip_savecontrol()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 690 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 D | ng_btsocket_hci_raw.c | 470 *ctl = sbcreatecontrol(&tv, sizeof(tv), SCM_TIMESTAMP, in ng_btsocket_hci_raw_savctl()
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 1217 SCM_TIMESTAMP, SOL_SOCKET, M_NOWAIT); in ip6_savecontrol_v4()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 933 cmsg->cmsg_type == SCM_TIMESTAMP && in ping()
|
/freebsd/sys/kern/ |
H A D | uipc_usrreq.c | 2738 case SCM_TIMESTAMP: in unp_internalize() 2740 SCM_TIMESTAMP, SOL_SOCKET, M_WAITOK); in unp_internalize()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 1439 case SCM_TIMESTAMP: in freebsd32_cmsg_convert()
|