Searched refs:NDS_GROW_PDU (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_marshal.c | 284 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 D | ndr_client.c | 213 (void) NDS_GROW_PDU(&mxa.recv_nds, NDR_MULTI_FRAGSZ, NULL); in ndr_clnt_call()
|
H A D | ndr_server.c | 235 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 D | ndr_process.c | 1506 rc = NDS_GROW_PDU(nds, pdu_want_size, outer_ref); in ndr_outer_grow()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 222 #define NDS_GROW_PDU(NDS, WANT_END_OFF, REF) \ macro
|