Home
last modified time | relevance | path

Searched refs:NDS_GROW_PDU (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_marshal.c284 rc = NDS_GROW_PDU(nds, sizeof (ndr_common_header_t), 0); in ndr_decode_hdr_common()
332 rc = NDS_GROW_PDU(nds, sizeof (ndr_pac_hdr_t), 0); in ndr_decode_pac_hdr()
H A Dndr_client.c213 (void) NDS_GROW_PDU(&mxa.recv_nds, NDR_MULTI_FRAGSZ, NULL); in ndr_clnt_call()
H A Dndr_server.c235 if (!NDS_GROW_PDU(nds, next_offset, 0)) in ndr_recv_frag()
262 if (!NDS_GROW_PDU(nds, next_offset, 0)) in ndr_recv_frag()
H A Dndr_process.c1506 rc = NDS_GROW_PDU(nds, pdu_want_size, outer_ref); in ndr_outer_grow()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dndr.h222 #define NDS_GROW_PDU(NDS, WANT_END_OFF, REF) \ macro