Home
last modified time | relevance | path

Searched refs:ndo_operation (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr.h479 int ndo_operation(struct ndr_stream *, ndr_typeinfo_t *, int opnum, char *);
H A Dndr_marshal.c111 if (ndo_operation(nds, ti, opnum, datum)) in ndr_encode_decode_common()
H A Dndr_process.c257 ndo_operation(ndr_stream_t *nds, ndr_typeinfo_t *ti, int opnum, char *datum) in ndo_operation() function