Searched refs:SO_ANON_MLP (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | socket.h | 177 #define SO_ANON_MLP 0x100a /* create MLP on anonymous bind */ macro
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp_opt_data.c | 81 { SO_ANON_MLP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 337 SO_ANON_MLP, 1); in svc_tli_create_common()
|
H A D | ti_opts.c | 495 case SO_ANON_MLP: in __rpc_tli_set_options()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_opt_data.c | 77 { SO_ANON_MLP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 933 return (setopt_int(fd, SOL_SOCKET, SO_ANON_MLP, 1)); in setopt_anon_mlp()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | conn_opt.c | 662 case SO_ANON_MLP: in conn_opt_get() 1153 case SO_ANON_MLP: in conn_opt_set_socket()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 524 return (setopt(fd, SOL_SOCKET, SO_ANON_MLP, 1)); in anonmlp()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_opt_data.c | 631 { SO_ANON_MLP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 1858 case SO_ANON_MLP: return ("SO_ANON_MLP"); in sol_optname()
|