Searched refs:SO_PROTOTYPE (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
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()
|
/illumos-gate/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 | 62 #ifdef SO_PROTOTYPE 67 { SO_PROTOTYPE, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int), 0 },
|
H A D | rts.c | 601 case SO_PROTOTYPE: in rts_do_opt_set()
|
H A D | conn_opt.c | 703 case SO_PROTOTYPE: in conn_opt_get()
|
H A D | icmp.c | 2001 case SO_PROTOTYPE: in icmp_do_opt_set()
|
/illumos-gate/usr/src/lib/libsocket/socket/ |
H A D | socket.c | 138 if (_setsockopt(fd, SOL_SOCKET, SO_PROTOTYPE, in _socket_create()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 188 #define SO_PROTOTYPE 0x1009 /* get/set protocol type */ macro 189 #define SO_PROTOCOL SO_PROTOTYPE /* POSIX name */
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 160 #define SO_PROTOTYPE SO_PROTOCOL /* alias for SO_PROTOCOL (SunOS name) */ macro
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 100 { SO_PROTOTYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 94 { SO_PROTOTYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 646 { SO_PROTOTYPE, SOL_SOCKET, OA_R, OA_R, OP_NP, 0, sizeof (int), 0 },
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 1370 error = socket_setsockopt(so, SOL_SOCKET, SO_PROTOTYPE, in socket_init_common()
|
H A D | socktpi.c | 545 error = sotpi_setsockopt(so, SOL_SOCKET, SO_PROTOTYPE, in sotpi_init()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1971 case SO_PROTOTYPE: return ("SO_PROTOTYPE"); in sol_optname()
|