Searched refs:send_nds (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | mlsvc_client.c | 423 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 D | lsar_svc.c | 149 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in lsarpc_call_stub()
|
H A D | samr_svc.c | 145 NDS_SETF(&mxa->send_nds, NDS_F_NOTERM); in samr_call_stub()
|
/titanic_44/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_client.c | 170 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 D | ndr_server.c | 97 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 D | ndr_marshal.c | 201 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 D | libmlrpc.h | 426 ndr_stream_t send_nds; member 459 ndr_stream_t *send_nds; member
|