mlrpc_handle_t
mlrpc_handle_t handle;
mlrpc_handle_t handle;
srvsvc_net_share_enum(mlrpc_handle_t *handle, char *server,
srvsvc_net_server_getinfo(mlrpc_handle_t *handle, char *server,
int srvsvc_net_share_enum(mlrpc_handle_t *handle, char *server,
int srvsvc_net_server_getinfo(mlrpc_handle_t *handle, char *server,
int mlrpc_clh_create(mlrpc_handle_t *, void *);
uint32_t mlrpc_clh_set_auth(mlrpc_handle_t *, ndr_auth_ctx_t *);
uint32_t mlrpc_clh_bind(mlrpc_handle_t *, ndr_service_t *);
void mlrpc_clh_unbind(mlrpc_handle_t *);
void *mlrpc_clh_free(mlrpc_handle_t *);
int ndr_rpc_call(mlrpc_handle_t *, int, void *);
int ndr_rpc_get_ssnkey(mlrpc_handle_t *, unsigned char *, size_t);
void *ndr_rpc_malloc(mlrpc_handle_t *, size_t);
ndr_heap_t *ndr_rpc_get_heap(mlrpc_handle_t *);
void ndr_rpc_release(mlrpc_handle_t *);
void ndr_rpc_set_nonull(mlrpc_handle_t *);
boolean_t ndr_is_null_handle(mlrpc_handle_t *);
boolean_t ndr_is_bind_handle(mlrpc_handle_t *);
void ndr_inherit_handle(mlrpc_handle_t *, mlrpc_handle_t *);
mlrpc_clh_set_auth(mlrpc_handle_t *handle, ndr_auth_ctx_t *auth_ctx)
mlrpc_clh_bind(mlrpc_handle_t *handle, ndr_service_t *svc)
mlrpc_clh_unbind(mlrpc_handle_t *handle)
mlrpc_clh_free(mlrpc_handle_t *handle)
ndr_rpc_call(mlrpc_handle_t *handle, int opnum, void *params)
ndr_rpc_set_nonull(mlrpc_handle_t *handle)
ndr_rpc_get_ssnkey(mlrpc_handle_t *handle, uchar_t *key, size_t len)
ndr_rpc_malloc(mlrpc_handle_t *handle, size_t size)
ndr_rpc_get_heap(mlrpc_handle_t *handle)
ndr_rpc_release(mlrpc_handle_t *handle)
ndr_is_null_handle(mlrpc_handle_t *handle)
ndr_is_bind_handle(mlrpc_handle_t *handle)
ndr_inherit_handle(mlrpc_handle_t *child, mlrpc_handle_t *parent)
mlrpc_clh_create(mlrpc_handle_t *handle, void *ctx)