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

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dlibmlrpc.h184 struct ndr_client;
231 struct ndr_client *clnt;
439 typedef struct ndr_client { struct
441 int (*xa_init)(struct ndr_client *, ndr_xa_t *);
442 int (*xa_exchange)(struct ndr_client *, ndr_xa_t *);
443 int (*xa_read)(struct ndr_client *, ndr_xa_t *);
444 void (*xa_preserve)(struct ndr_client *, ndr_xa_t *);
445 void (*xa_destruct)(struct ndr_client *, ndr_xa_t *);
446 void (*xa_release)(struct ndr_client *);
490 /* ndr_client
[all...]

Completed in 59 milliseconds