Home
last modified time | relevance | path

Searched refs:SO_ANON_MLP (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h177 #define SO_ANON_MLP 0x100a /* create MLP on anonymous bind */ macro
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp_opt_data.c81 { SO_ANON_MLP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c337 SO_ANON_MLP, 1); in svc_tli_create_common()
H A Dti_opts.c495 case SO_ANON_MLP: in __rpc_tli_set_options()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c77 { SO_ANON_MLP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
/titanic_44/usr/src/cmd/rpcbind/
H A Drpcbind.c933 return (setopt_int(fd, SOL_SOCKET, SO_ANON_MLP, 1)); in setopt_anon_mlp()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dconn_opt.c662 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 Dnfs_tbind.c524 return (setopt(fd, SOL_SOCKET, SO_ANON_MLP, 1)); in anonmlp()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c631 { SO_ANON_MLP, SOL_SOCKET, OA_RW, OA_RW, OP_NP, 0, sizeof (int),
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1858 case SO_ANON_MLP: return ("SO_ANON_MLP"); in sol_optname()