Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h198 #define SCM_TIMESTAMP SO_TIMESTAMP /* socket control message timestamp */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h533 #define SCM_TIMESTAMP 0x02 /* timestamp (struct timeval) */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1173 tohp->name == SCM_TIMESTAMP) { in so_cmsglen()
1269 tohp->name == SCM_TIMESTAMP) { in so_opt2cmsg()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c469 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); in in_data()
590 recv_tvp = find_ancillary(&msg, SOL_SOCKET, SCM_TIMESTAMP); in in6_data()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c552 toh->name = SCM_TIMESTAMP; in conn_recvancillary_add()