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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dndr.h188 } ndr_ref_t; typedef in typeref:struct:ndr_reference
192 * is the primary object. When available, the appropriate ndr_ref_t
205 char *(*ndo_malloc)(struct ndr_stream *, unsigned, ndr_ref_t *);
206 int (*ndo_free)(struct ndr_stream *, char *, ndr_ref_t *);
207 int (*ndo_grow_pdu)(struct ndr_stream *, unsigned long, ndr_ref_t *);
209 unsigned long, ndr_ref_t *);
211 unsigned long, char *, int, ndr_ref_t *);
213 unsigned long, char *, int, ndr_ref_t *);
214 void (*ndo_tattle)(struct ndr_stream *, char *, ndr_ref_t *);
215 void (*ndo_tattle_error)(struct ndr_stream *, ndr_ref_t *);
[all...]

Completed in 45 milliseconds