Searched refs:SO_PROTOTYPE (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | fds.c | 267 #ifdef SO_PROTOTYPE in b_fds() 269 if (getsockopt(i, SOL_SOCKET, SO_PROTOTYPE, (void*)&prot, (void*)&len)) in b_fds()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | rts_opt_data.c | 66 { SO_PROTOTYPE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
H A D | icmp_opt_data.c | 61 #ifdef SO_PROTOTYPE 66 { SO_PROTOTYPE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
H A D | rts.c | 599 case SO_PROTOTYPE: in rts_do_opt_set()
|
H A D | conn_opt.c | 677 case SO_PROTOTYPE: in conn_opt_get()
|
H A D | icmp.c | 1993 case SO_PROTOTYPE: in icmp_do_opt_set()
|
/titanic_41/usr/src/lib/libsocket/socket/ |
H A D | socket.c | 138 if (_setsockopt(fd, SOL_SOCKET, SO_PROTOTYPE, in _socket_create()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socket.h | 176 #define SO_PROTOTYPE 0x1009 /* get/set protocol type */ macro
|
/titanic_41/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 97 { SO_PROTOTYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 89 { SO_PROTOTYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 641 { SO_PROTOTYPE, 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 | 1367 error = socket_setsockopt(so, SOL_SOCKET, SO_PROTOTYPE, in socket_init_common()
|
H A D | socktpi.c | 541 error = sotpi_setsockopt(so, SOL_SOCKET, SO_PROTOTYPE, in sotpi_init()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 1857 case SO_PROTOTYPE: return ("SO_PROTOTYPE"); in sol_optname()
|