bind_schannel      53 source4/auth/gensec/schannel.c 	struct schannel_bind bind_schannel;
bind_schannel      70 source4/auth/gensec/schannel.c 		bind_schannel.unknown1 = 0;
bind_schannel      73 source4/auth/gensec/schannel.c 		bind_schannel.bind_type = 23;
bind_schannel      74 source4/auth/gensec/schannel.c 		bind_schannel.u.info23.domain = cli_credentials_get_domain(gensec_security->credentials);
bind_schannel      75 source4/auth/gensec/schannel.c 		bind_schannel.u.info23.workstation = cli_credentials_get_workstation(gensec_security->credentials);
bind_schannel      76 source4/auth/gensec/schannel.c 		bind_schannel.u.info23.dnsdomain = cli_credentials_get_realm(gensec_security->credentials);
bind_schannel      80 source4/auth/gensec/schannel.c 		bind_schannel.u.info23.dnsworkstation = cli_credentials_get_workstation(gensec_security->credentials);
bind_schannel      82 source4/auth/gensec/schannel.c 		bind_schannel.bind_type = 3;
bind_schannel      83 source4/auth/gensec/schannel.c 		bind_schannel.u.info3.domain = cli_credentials_get_domain(gensec_security->credentials);
bind_schannel      84 source4/auth/gensec/schannel.c 		bind_schannel.u.info3.workstation = cli_credentials_get_workstation(gensec_security->credentials);
bind_schannel      88 source4/auth/gensec/schannel.c 					       gensec_security->settings->iconv_convenience, &bind_schannel,
bind_schannel     110 source4/auth/gensec/schannel.c 			&bind_schannel, 
bind_schannel     119 source4/auth/gensec/schannel.c 		if (bind_schannel.bind_type == 23) {
bind_schannel     120 source4/auth/gensec/schannel.c 			workstation = bind_schannel.u.info23.workstation;
bind_schannel     121 source4/auth/gensec/schannel.c 			domain = bind_schannel.u.info23.domain;
bind_schannel     123 source4/auth/gensec/schannel.c 			workstation = bind_schannel.u.info3.workstation;
bind_schannel     124 source4/auth/gensec/schannel.c 			domain = bind_schannel.u.info3.domain;