Searched refs:ndr_stream (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 154 struct ndr_stream; 173 struct ndr_stream *stream; /* root of NDR */ 191 * For all operations, the ndr_stream, which is the root of NDR processing, 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 *); 208 int (*ndo_pad_pdu)(struct ndr_stream *, unsigned long, 210 int (*ndo_get_pdu)(struct ndr_stream *, unsigned long, 212 int (*ndo_put_pdu)(struct ndr_stream *, unsigned long, 214 void (*ndo_tattle)(struct ndr_stream *, cha 237 typedef struct ndr_stream { struct [all...] |
Completed in 44 milliseconds