Searched refs:ndr_stream_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 63 static char *ndo_malloc(ndr_stream_t *, unsigned, ndr_ref_t *); 64 static int ndo_free(ndr_stream_t *, char *, ndr_ref_t *); 65 static int ndo_grow_pdu(ndr_stream_t *, unsigned long, ndr_ref_t *); 66 static int ndo_pad_pdu(ndr_stream_t *, unsigned long, unsigned long, 68 static int ndo_get_pdu(ndr_stream_t *, unsigned long, unsigned long, 70 static int ndo_put_pdu(ndr_stream_t *, unsigned long, unsigned long, 72 static void ndo_tattle(ndr_stream_t *, char *, ndr_ref_t *); 73 static void ndo_tattle_error(ndr_stream_t *, ndr_ref_t *); 74 static int ndo_reset(ndr_stream_t *); 75 static void ndo_destruct(ndr_stream_t *); [all …]
|
H A D | ndr_marshal.c | 38 static int ndr_decode_hdr_common(ndr_stream_t *, ndr_common_header_t *); 39 static int ndr_decode_pac_hdr(ndr_stream_t *, ndr_pac_hdr_t *); 42 ndr_encode_decode_common(ndr_stream_t *nds, unsigned opnum, in ndr_encode_decode_common() 183 ndr_stream_t *nds = &mxa->recv_nds; in ndr_decode_call() 201 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_return() 219 ndr_stream_t *nds = &mxa->send_nds; in ndr_encode_call() 237 ndr_stream_t *nds = &mxa->recv_nds; in ndr_decode_return() 253 ndr_stream_t *nds = &mxa->recv_nds; in ndr_decode_pdu_hdr() 271 ndr_decode_hdr_common(ndr_stream_t *nds, ndr_common_header_t *hdr) in ndr_decode_hdr_common() 322 ndr_decode_pac_hdr(ndr_stream_t *nds, ndr_pac_hdr_t *hdr) in ndr_decode_pac_hdr() [all …]
|
H A D | libmlrpc.h | 424 ndr_stream_t recv_nds; 426 ndr_stream_t send_nds; 458 ndr_stream_t *recv_nds; 459 ndr_stream_t *send_nds; 480 ndr_stream_t nb_nds; 486 int nds_initialize(ndr_stream_t *, unsigned, int, ndr_heap_t *); 487 void nds_destruct(ndr_stream_t *); 488 void nds_show_state(ndr_stream_t *); 506 void ndr_decode_frag_hdr(ndr_stream_t *, ndr_common_header_t *); 507 void ndr_remove_frag_hdr(ndr_stream_t *);
|
H A D | ndr_process.c | 243 ndo_process(ndr_stream_t *nds, ndr_typeinfo_t *ti, char *datum) in ndo_process() 257 ndo_operation(ndr_stream_t *nds, ndr_typeinfo_t *ti, int opnum, char *datum) in ndo_operation() 291 ndr_stream_t *nds; in ndr_topmost() 406 ndr_stream_t *nds = arg_ref->stream; in ndr_enter_outer_queue() 434 ndr_run_outer_queue(ndr_stream_t *nds) in ndr_run_outer_queue() 590 ndr_stream_t *nds = outer_ref->stream; in ndr_outer() 654 ndr_stream_t *nds = outer_ref->stream; in ndr_outer_fixed() 744 ndr_stream_t *nds = outer_ref->stream; in ndr_outer_fixed_array() 835 ndr_stream_t *nds = outer_ref->stream; in ndr_outer_conformant_array() 963 ndr_stream_t *nds = outer_ref->stream; in ndr_outer_conformant_construct() [all …]
|
H A D | ndr_server.c | 96 ndr_stream_t *recv_nds; in ndr_pipe_process() 97 ndr_stream_t *send_nds; in ndr_pipe_process() 178 ndr_stream_t *nds = &mxa->recv_nds; in ndr_recv_request() 227 ndr_stream_t *nds = &mxa->recv_nds; in ndr_recv_frag() 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_client.c | 277 ndr_stream_t *nds = &mxa->recv_nds; in ndr_clnt_get_frags() 311 ndr_stream_t *nds = &mxa->recv_nds; in ndr_clnt_get_frag()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | mlsvc_client.c | 422 ndr_stream_t *recv_nds = &mxa->recv_nds; in ndr_xa_init() 423 ndr_stream_t *send_nds = &mxa->send_nds; in ndr_xa_init() 466 ndr_stream_t *recv_nds = &mxa->recv_nds; in ndr_xa_exchange() 467 ndr_stream_t *send_nds = &mxa->send_nds; in ndr_xa_exchange() 496 ndr_stream_t *nds = &mxa->recv_nds; in ndr_xa_read()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 257 } ndr_stream_t; typedef
|