/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_opt.c | 32 { SO_TYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 }, 57 case SO_TYPE: in rds_opt_get()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fds.c | 262 #ifdef SO_TYPE in b_fds() 264 if (getsockopt(i, SOL_SOCKET, SO_TYPE, (void*)&type, (void*)&len)) in b_fds()
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | bindresvport.c | 74 if (getsockopt(sd, SOL_SOCKET, SO_TYPE, &optval, &len) < 0) { in bindresvport()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | rts_opt_data.c | 59 { SO_TYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
H A D | icmp_opt_data.c | 69 { SO_TYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
H A D | keysock.c | 822 case SO_TYPE: in keysock_opt_get()
|
H A D | conn_opt.c | 622 case SO_TYPE: in conn_opt_get()
|
H A D | spdsock.c | 3288 case SO_TYPE: in spdsock_opt_get()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | socket.h | 58 #define SO_TYPE 0x1008 /* get socket type */ macro
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 666 case SO_TYPE: in sosdp_getsockopt() 699 case SO_TYPE: in sosdp_getsockopt() 870 case SO_TYPE: in sosdp_setsockopt()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socket.h | 175 #define SO_TYPE 0x1008 /* get socket type */ macro
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 65 { SO_TYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/titanic_41/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 764 if (pr_getsockopt(Pr, fd, SOL_SOCKET, SO_TYPE, &type, &tlen) == 0) in dosocket()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 67 { SO_TYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 1685 case SO_TYPE: in socket_getopt_common() 1703 case SO_TYPE: in socket_getopt_common()
|
H A D | socktpi.c | 5114 case SO_TYPE: in sotpi_getsockopt() 5176 case SO_TYPE: in sotpi_getsockopt() 5554 case SO_TYPE: in sotpi_setsockopt()
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 625 { SO_TYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 1856 case SO_TYPE: return ("SO_TYPE"); in sol_optname()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tl.c | 454 SO_TYPE,
|