response_5_ex     146 libcli/netlogon.c 	struct NETLOGON_SAM_LOGON_RESPONSE_EX response_5_ex;
response_5_ex     151 libcli/netlogon.c 		ZERO_STRUCT(response_5_ex);
response_5_ex     152 libcli/netlogon.c 		response_5_ex.command = response->data.nt5.command;
response_5_ex     153 libcli/netlogon.c 		response_5_ex.pdc_name = response->data.nt5.pdc_name;
response_5_ex     154 libcli/netlogon.c 		response_5_ex.user_name = response->data.nt5.user_name;
response_5_ex     155 libcli/netlogon.c 		response_5_ex.domain = response->data.nt5.domain_name;
response_5_ex     156 libcli/netlogon.c 		response_5_ex.domain_uuid = response->data.nt5.domain_uuid;
response_5_ex     157 libcli/netlogon.c 		response_5_ex.forest = response->data.nt5.forest;
response_5_ex     158 libcli/netlogon.c 		response_5_ex.dns_domain = response->data.nt5.dns_domain;
response_5_ex     159 libcli/netlogon.c 		response_5_ex.pdc_dns_name = response->data.nt5.pdc_dns_name;
response_5_ex     160 libcli/netlogon.c 		response_5_ex.sockaddr.pdc_ip = response->data.nt5.pdc_ip;
response_5_ex     161 libcli/netlogon.c 		response_5_ex.server_type = response->data.nt5.server_type;
response_5_ex     162 libcli/netlogon.c 		response_5_ex.nt_version = response->data.nt5.nt_version;
response_5_ex     163 libcli/netlogon.c 		response_5_ex.lmnt_token = response->data.nt5.lmnt_token;
response_5_ex     164 libcli/netlogon.c 		response_5_ex.lm20_token = response->data.nt5.lm20_token;
response_5_ex     166 libcli/netlogon.c 		response->data.nt5_ex = response_5_ex;
response_5_ex     170 libcli/netlogon.c 		ZERO_STRUCT(response_5_ex);
response_5_ex     171 libcli/netlogon.c 		response_5_ex.command = response->data.nt4.command;
response_5_ex     172 libcli/netlogon.c 		response_5_ex.pdc_name = response->data.nt4.server;
response_5_ex     173 libcli/netlogon.c 		response_5_ex.user_name = response->data.nt4.user_name;
response_5_ex     174 libcli/netlogon.c 		response_5_ex.domain = response->data.nt4.domain;
response_5_ex     175 libcli/netlogon.c 		response_5_ex.nt_version = response->data.nt4.nt_version;
response_5_ex     176 libcli/netlogon.c 		response_5_ex.lmnt_token = response->data.nt4.lmnt_token;
response_5_ex     177 libcli/netlogon.c 		response_5_ex.lm20_token = response->data.nt4.lm20_token;
response_5_ex     179 libcli/netlogon.c 		response->data.nt5_ex = response_5_ex;