Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c423 ndr_stream_t *send_nds = &mxa->send_nds; in ndr_xa_init() local
436 rc = nds_initialize(send_nds, 0, NDR_MODE_CALL_SEND, heap); in ndr_xa_init()
443 nds_destruct(&mxa->send_nds); in ndr_xa_init()
451 NDS_SETF(send_nds, NDS_F_NONULL); in ndr_xa_init()
467 ndr_stream_t *send_nds = &mxa->send_nds; in ndr_xa_exchange() local
472 send_nds->pdu_size, (char *)send_nds->pdu_base_offset, in ndr_xa_exchange()
540 nds_destruct(&mxa->send_nds); in ndr_xa_destruct()
H A Dlsar_svc.c149 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in lsarpc_call_stub()
H A Dsamr_svc.c145 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in samr_call_stub()
/titanic_44/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_client.c170 mxa.send_nds.pdu_scan_offset = sizeof (*reqhdr); in ndr_clnt_call()
176 mxa.send_nds.pdu_scan_offset = 0; in ndr_clnt_call()
182 mxa.send_hdr.common_hdr.frag_length = mxa.send_nds.pdu_size; in ndr_clnt_call()
183 reqhdr->alloc_hint = mxa.send_nds.pdu_size - in ndr_clnt_call()
H A Dndr_server.c97 ndr_stream_t *send_nds; in ndr_pipe_process() local
111 send_nds = &mxa->send_nds; in ndr_pipe_process()
112 rc = nds_initialize(send_nds, 0, NDR_MODE_RETURN_SEND, mxa->heap); in ndr_pipe_process()
125 nds_destruct(&mxa->send_nds); in ndr_pipe_process()
521 mxa->send_nds.pdu_scan_offset = NDR_RSP_HDR_SIZE; in ndr_svc_request()
678 ndr_stream_t *nds = &mxa->send_nds; in ndr_reply_fault()
735 ndr_stream_t *nds = &mxa->send_nds; in ndr_send_reply()
H A Dndr_marshal.c201 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_return()
219 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_call()
454 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_pdu_hdr()
H A Dlibmlrpc.h426 ndr_stream_t send_nds; member
459 ndr_stream_t *send_nds; member