Searched defs:ndo_pad_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()
66 static int ndo_pad_pdu(ndr_stream_t *, unsigned long, unsigned long,
85 ndo_pad_pdu,
260 ndo_pad_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
201 * is different from the local system. ndo_pad_pdu() advised that the
208 int (*ndo_pad_pdu)(struct ndr_stream *, unsigned long, member in struct:ndr_stream_ops
225 (*(NDS)->ndo->ndo_pad_pdu)(NDS, PDU_OFFSET, N_BYTES, REF)

Completed in 58 milliseconds