Home
last modified time | relevance | path

Searched refs:send_nds (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dmlrpc_clh.c458 ndr_stream_t *send_nds = &mxa->send_nds; in ndr_xa_init() local
471 rc = nds_initialize(send_nds, 0, NDR_MODE_CALL_SEND, heap); in ndr_xa_init()
478 nds_destruct(&mxa->send_nds); in ndr_xa_init()
486 NDS_SETF(send_nds, NDS_F_NONULL); in ndr_xa_init()
502 ndr_stream_t *send_nds = &mxa->send_nds; in ndr_xa_exchange() local
507 send_nds->pdu_size, (char *)send_nds->pdu_base_offset, in ndr_xa_exchange()
575 nds_destruct(&mxa->send_nds); in ndr_xa_destruct()
H A Dndr_client.c94 mxa.send_nds.pdu_scan_offset = sizeof (*bhdr); in ndr_clnt_bind()
112 hdr->frag_length = mxa.send_nds.pdu_size; in ndr_clnt_bind()
115 mxa.send_nds.pdu_scan_offset = 0; in ndr_clnt_bind()
202 mxa.send_nds.pdu_scan_offset = sizeof (*reqhdr); in ndr_clnt_call()
204 mxa.send_nds.pdu_body_offset = mxa.send_nds.pdu_scan_offset; in ndr_clnt_call()
214 reqhdr->alloc_hint = mxa.send_nds.pdu_size - in ndr_clnt_call()
231 mxa.send_hdr.common_hdr.frag_length = mxa.send_nds.pdu_size; in ndr_clnt_call()
232 mxa.send_nds.pdu_scan_offset = 0; in ndr_clnt_call()
303 nds_show_state(&mxa.send_nds); in ndr_clnt_call()
H A Dndr_server.c96 ndr_stream_t *send_nds; in ndr_pipe_process() local
110 send_nds = &mxa->send_nds; in ndr_pipe_process()
111 rc = nds_initialize(send_nds, 0, NDR_MODE_RETURN_SEND, mxa->heap); in ndr_pipe_process()
124 nds_destruct(&mxa->send_nds); in ndr_pipe_process()
484 mxa->send_nds.pdu_scan_offset = NDR_RSP_HDR_SIZE; in ndr_svc_request()
641 ndr_stream_t *nds = &mxa->send_nds; in ndr_reply_fault()
698 ndr_stream_t *nds = &mxa->send_nds; in ndr_send_reply()
H A Dndr_marshal.c250 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_return()
268 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_call()
544 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_pdu_hdr()
831 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_pdu_auth()
H A Dlibmlrpc.h458 ndr_stream_t send_nds; member
517 ndr_stream_t *send_nds; member
H A Dndr_auth.c28 ndr_stream_t *nds = &mxa->send_nds; in ndr_add_auth_token()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_ssp.c584 return (netr_ssp_make_token(arg, &mxa->send_nds, nas, NULL)); in netr_ssp_sign()
625 return (netr_ssp_make_token(arg, &mxa->send_nds, nas, confounder)); in netr_ssp_encrypt()
H A Dlsar_svc.c149 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in lsarpc_call_stub()
H A Dsamr_svc.c146 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in samr_call_stub()