Searched defs:ndo_get_pdu (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c37 * Functions ndo_get_pdu(), ndo_put_pdu(), and ndo_pad_pdu()
68 static int ndo_get_pdu(ndr_stream_t *, unsigned long, unsigned long,
86 ndo_get_pdu,
275 * ndo_get_pdu
283 ndo_get_pdu(ndr_stream_t *nds, unsigned long pdu_offset, function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dndr.h198 * Functions ndo_get_pdu(), ndo_put_pdu(), and ndo_pad_pdu() must
210 int (*ndo_get_pdu)(struct ndr_stream *, unsigned long, member in struct:ndr_stream_ops
227 (*(NDS)->ndo->ndo_get_pdu)(NDS, PDU_OFFSET, N_BYTES, BUF, SWAP, REF)

Completed in 46 milliseconds