Searched refs:NDS_GET_PDU (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libmlrpc/common/ |
H A D | ndr_marshal.c | 353 rc = NDS_GET_PDU(nds, 0, 8, (char *)hdr, 0, 0); in ndr_decode_hdr_common() 402 rc = NDS_GET_PDU(nds, 0, 8, (char *)hdr, 0, 0); in ndr_decode_pac_hdr()
|
H A D | ndr.h | 223 #define NDS_GET_PDU(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF) \ macro
|
H A D | ndr_process.c | 1410 rc = NDS_GET_PDU(nds, pdu_offset, 4, (char *)sizing_p, in ndr_outer_peek_sizing() 1907 rc = NDS_GET_PDU(nds, ref->pdu_offset, size, in ndr_basic_integer()
|