summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/schannel.h
blob: f4d6e60131e21120db91e6abc394f15885f4f5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* header auto-generated by pidl */

#include <stdint.h>

#include "libcli/util/ntstatus.h"

#include "librpc/gen_ndr/netlogon.h"
#include "librpc/gen_ndr/nbt.h"
#ifndef _HEADER_schannel
#define _HEADER_schannel

struct schannel_bind_3 {
	const char * domain;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
	const char * workstation;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
};

struct schannel_bind_23 {
	const char * domain;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
	const char * workstation;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
	const char * dnsdomain;
	const char * dnsworkstation;
};

union schannel_bind_info {
	struct schannel_bind_3 info3;/* [case(3)] */
	struct schannel_bind_23 info23;/* [case(23)] */
}/* [nodiscriminant] */;

struct schannel_bind {
	uint32_t unknown1;
	uint32_t bind_type;
	union schannel_bind_info u;/* [switch_is(bind_type)] */
}/* [public] */;

struct schannel_bind_ack {
	uint32_t unknown1;
	uint32_t unknown2;
	uint32_t unknown3;
}/* [public] */;

#endif /* _HEADER_schannel */