/* parser auto-generated by pidl */ #include "includes.h" #include "librpc/gen_ndr/ndr_libnetapi.h" _PUBLIC_ enum ndr_err_code ndr_push_NET_API_STATUS(struct ndr_push *ndr, int ndr_flags, enum NET_API_STATUS r) { NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r)); return NDR_ERR_SUCCESS; } _PUBLIC_ enum ndr_err_code ndr_pull_NET_API_STATUS(struct ndr_pull *ndr, int ndr_flags, enum NET_API_STATUS *r) { uint32_t v; NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &v)); *r = v; return NDR_ERR_SUCCESS; } _PUBLIC_ void ndr_print_NET_API_STATUS(struct ndr_print *ndr, const char *name, enum NET_API_STATUS r) { const char *val = NULL; switch (r) { case NERR_Success: val = "NERR_Success"; break; } ndr_print_enum(ndr, name, "ENUM", val, r); } _PUBLIC_ void ndr_print_NetJoinDomain(struct ndr_print *ndr, const char *name, int flags, const struct NetJoinDomain *r) { ndr_print_struct(ndr, name, "NetJoinDomain"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetJoinDomain"); ndr->depth++; ndr_print_ptr(ndr, "server", r->in.server); ndr->depth++; if (r->in.server) { ndr_print_string(ndr, "server", r->in.server); } ndr->depth--; ndr_print_ptr(ndr, "domain", r->in.domain); ndr->depth++; ndr_print_string(ndr, "domain", r->in.domain); ndr->depth--; ndr_print_ptr(ndr, "account_ou", r->in.account_ou); ndr->depth++; if (r->in.account_ou) { ndr_print_string(ndr, "account_ou", r->in.account_ou); } ndr->depth--; ndr_print_ptr(ndr, "account", r->in.account); ndr->depth++; if (r->in.account) { ndr_print_string(ndr, "account", r->in.account); } ndr->depth--; ndr_print_ptr(ndr, "password", r->in.password); ndr->depth++; if (r->in.password) { ndr_print_string(ndr, "password", r->in.password); } ndr->depth--; ndr_print_uint32(ndr, "join_flags", r->in.join_flags); ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetJoinDomain"); ndr->depth++; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; } _PUBLIC_ void ndr_print_NetUnjoinDomain(struct ndr_print *ndr, const char *name, int flags, const struct NetUnjoinDomain *r) { ndr_print_struct(ndr, name, "NetUnjoinDomain"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetUnjoinDomain"); ndr->depth++; ndr_print_ptr(ndr, "server_name", r->in.server_name); ndr->depth++; if (r->in.server_name) { ndr_print_string(ndr, "server_name", r->in.server_name); } ndr->depth--; ndr_print_ptr(ndr, "account", r->in.account); ndr->depth++; if (r->in.account) { ndr_print_string(ndr, "account", r->in.account); } ndr->depth--; ndr_print_ptr(ndr, "password", r->in.password); ndr->depth++; if (r->in.password) { ndr_print_string(ndr, "password", r->in.password); } ndr->depth--; ndr_print_uint32(ndr, "unjoin_flags", r->in.unjoin_flags); ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetUnjoinDomain"); ndr->depth++; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; } _PUBLIC_ void ndr_print_NetGetJoinInformation(struct ndr_print *ndr, const char *name, int flags, const struct NetGetJoinInformation *r) { ndr_print_struct(ndr, name, "NetGetJoinInformation"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetGetJoinInformation"); ndr->depth++; ndr_print_ptr(ndr, "server_name", r->in.server_name); ndr->depth++; if (r->in.server_name) { ndr_print_string(ndr, "server_name", r->in.server_name); } ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetGetJoinInformation"); ndr->depth++; ndr_print_ptr(ndr, "name_buffer", r->out.name_buffer); ndr->depth++; ndr_print_ptr(ndr, "name_buffer", *r->out.name_buffer); ndr->depth++; if (*r->out.name_buffer) { ndr_print_string(ndr, "name_buffer", *r->out.name_buffer); } ndr->depth--; ndr->depth--; ndr_print_ptr(ndr, "name_type", r->out.name_type); ndr->depth++; ndr_print_uint16(ndr, "name_type", *r->out.name_type); ndr->depth--; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; } _PUBLIC_ void ndr_print_NetGetJoinableOUs(struct ndr_print *ndr, const char *name, int flags, const struct NetGetJoinableOUs *r) { ndr_print_struct(ndr, name, "NetGetJoinableOUs"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetGetJoinableOUs"); ndr->depth++; ndr_print_ptr(ndr, "server_name", r->in.server_name); ndr->depth++; if (r->in.server_name) { ndr_print_string(ndr, "server_name", r->in.server_name); } ndr->depth--; ndr_print_ptr(ndr, "domain", r->in.domain); ndr->depth++; ndr_print_string(ndr, "domain", r->in.domain); ndr->depth--; ndr_print_ptr(ndr, "account", r->in.account); ndr->depth++; if (r->in.account) { ndr_print_string(ndr, "account", r->in.account); } ndr->depth--; ndr_print_ptr(ndr, "password", r->in.password); ndr->depth++; if (r->in.password) { ndr_print_string(ndr, "password", r->in.password); } ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetGetJoinableOUs"); ndr->depth++; ndr_print_ptr(ndr, "ou_count", r->out.ou_count); ndr->depth++; ndr_print_uint32(ndr, "ou_count", *r->out.ou_count); ndr->depth--; ndr_print_ptr(ndr, "ous", r->out.ous); ndr->depth++; ndr_print_ptr(ndr, "ous", *r->out.ous); ndr->depth++; if (*r->out.ous) { ndr_print_ptr(ndr, "ous", **r->out.ous); ndr->depth++; if (**r->out.ous) { ndr_print_string(ndr, "ous", **r->out.ous); } ndr->depth--; } ndr->depth--; ndr->depth--; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; } _PUBLIC_ void ndr_print_NetServerGetInfo(struct ndr_print *ndr, const char *name, int flags, const struct NetServerGetInfo *r) { ndr_print_struct(ndr, name, "NetServerGetInfo"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetServerGetInfo"); ndr->depth++; ndr_print_ptr(ndr, "server_name", r->in.server_name); ndr->depth++; if (r->in.server_name) { ndr_print_string(ndr, "server_name", r->in.server_name); } ndr->depth--; ndr_print_uint32(ndr, "level", r->in.level); ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetServerGetInfo"); ndr->depth++; ndr_print_ptr(ndr, "buffer", r->out.buffer); ndr->depth++; ndr_print_ptr(ndr, "buffer", *r->out.buffer); ndr->depth++; if (*r->out.buffer) { ndr_print_uint8(ndr, "buffer", **r->out.buffer); } ndr->depth--; ndr->depth--; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; } _PUBLIC_ void ndr_print_NetServerSetInfo(struct ndr_print *ndr, const char *name, int flags, const struct NetServerSetInfo *r) { ndr_print_struct(ndr, name, "NetServerSetInfo"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetServerSetInfo"); ndr->depth++; ndr_print_ptr(ndr, "server_name", r->in.server_name); ndr->depth++; if (r->in.server_name) { ndr_print_string(ndr, "server_name", r->in.server_name); } ndr->depth--; ndr_print_uint32(ndr, "level", r->in.level); ndr_print_ptr(ndr, "buffer", r->in.buffer); ndr->depth++; ndr_print_uint8(ndr, "buffer", *r->in.buffer); ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetServerSetInfo"); ndr->depth++; ndr_print_ptr(ndr, "parm_error", r->out.parm_error); ndr->depth++; ndr_print_uint32(ndr, "parm_error", *r->out.parm_error); ndr->depth--; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; } _PUBLIC_ void ndr_print_NetGetDCName(struct ndr_print *ndr, const char *name, int flags, const struct NetGetDCName *r) { ndr_print_struct(ndr, name, "NetGetDCName"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetGetDCName"); ndr->depth++; ndr_print_ptr(ndr, "server_name", r->in.server_name); ndr->depth++; if (r->in.server_name) { ndr_print_string(ndr, "server_name", r->in.server_name); } ndr->depth--; ndr_print_ptr(ndr, "domain_name", r->in.domain_name); ndr->depth++; if (r->in.domain_name) { ndr_print_string(ndr, "domain_name", r->in.domain_name); } ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetGetDCName"); ndr->depth++; ndr_print_ptr(ndr, "buffer", r->out.buffer); ndr->depth++; ndr_print_ptr(ndr, "buffer", *r->out.buffer); ndr->depth++; if (*r->out.buffer) { ndr_print_uint8(ndr, "buffer", **r->out.buffer); } ndr->depth--; ndr->depth--; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; } _PUBLIC_ void ndr_print_NetGetAnyDCName(struct ndr_print *ndr, const char *name, int flags, const struct NetGetAnyDCName *r) { ndr_print_struct(ndr, name, "NetGetAnyDCName"); ndr->depth++; if (flags & NDR_SET_VALUES) { ndr->flags |= LIBNDR_PRINT_SET_VALUES; } if (flags & NDR_IN) { ndr_print_struct(ndr, "in", "NetGetAnyDCName"); ndr->depth++; ndr_print_ptr(ndr, "server_name", r->in.server_name); ndr->depth++; if (r->in.server_name) { ndr_print_string(ndr, "server_name", r->in.server_name); } ndr->depth--; ndr_print_ptr(ndr, "domain_name", r->in.domain_name); ndr->depth++; if (r->in.domain_name) { ndr_print_string(ndr, "domain_name", r->in.domain_name); } ndr->depth--; ndr->depth--; } if (flags & NDR_OUT) { ndr_print_struct(ndr, "out", "NetGetAnyDCName"); ndr->depth++; ndr_print_ptr(ndr, "buffer", r->out.buffer); ndr->depth++; ndr_print_ptr(ndr, "buffer", *r->out.buffer); ndr->depth++; if (*r->out.buffer) { ndr_print_uint8(ndr, "buffer", **r->out.buffer); } ndr->depth--; ndr->depth--; ndr_print_NET_API_STATUS(ndr, "result", r->out.result); ndr->depth--; } ndr->depth--; }