Searched defs:send_nds (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c248 ndr_stream_t *send_nds; local
286 send_nds = &mxa->send_nds;
287 rc = nds_initialize(send_nds, 0, NDR_MODE_RETURN_SEND, mxa->heap);
297 nds_finalize(send_nds, &np->np_frags);
299 nds_destruct(&mxa->send_nds);
831 mxa->send_nds.pdu_scan_offset = NDR_RSP_HDR_SIZE;
976 ndr_stream_t *nds = &mxa->send_nds;
1033 ndr_stream_t *nds = &mxa->send_nds;
H A Dlibndr.h436 ndr_stream_t send_nds; member in struct:ndr_xa
467 ndr_stream_t *send_nds; member in struct:ndr_client
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dntsvcs_clnt.c829 ndr_stream_t *send_nds = &mxa->send_nds; local
842 rc = nds_initialize(send_nds, 0, NDR_MODE_CALL_SEND, heap);
849 nds_destruct(&mxa->send_nds);
857 NDS_SETF(send_nds, NDS_F_NONULL);
874 ndr_stream_t *send_nds = &mxa->send_nds; local
885 send_nds->pdu_size, (char *)send_nds->pdu_base_offset,
960 nds_destruct(&mxa->send_nds);
[all...]

Completed in 27 milliseconds