Searched refs:SO_TIMESTAMP (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 186 #define SO_TIMESTAMP 0x1013 /* socket-level timestamp option */ macro 187 #define SCM_TIMESTAMP SO_TIMESTAMP /* socket control message timestamp */
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp_opt_data.c | 78 { SO_TIMESTAMP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0
|
H A D | conn_opt.c | 656 case SO_TIMESTAMP: in conn_opt_get() 1147 case SO_TIMESTAMP: in conn_opt_set_socket()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 79 { SO_TIMESTAMP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 981 if (setsockopt(pii->pii_probe_sock, SOL_SOCKET, SO_TIMESTAMP, in phyint_inst_v6_sockinit() 1083 if (setsockopt(pii->pii_probe_sock, SOL_SOCKET, SO_TIMESTAMP, &on, in phyint_inst_v4_sockinit()
|