target_hostname   308 librpc/rpc/binding.c 	b->target_hostname = b->host;
target_hostname   622 librpc/rpc/binding.c 	binding->target_hostname = NULL;
target_hostname   659 librpc/rpc/binding.c 		binding->target_hostname = binding->host;
target_hostname    80 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	char *target_hostname;
target_hostname   197 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	status = NetServerSetInfo(state->target_hostname,
target_hostname   307 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		status = NetGetJoinInformation(state->target_hostname,
target_hostname   496 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			status = NetRenameMachineInDomain(state->target_hostname,
target_hostname   727 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		status = NetUnjoinDomain(state->target_hostname,
target_hostname   818 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	status = NetJoinDomain(state->target_hostname,
target_hostname  1081 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	status = NetGetJoinableOUs(state->target_hostname,
target_hostname  1496 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		if (!state->target_hostname && state->uid != 0) {
target_hostname  1585 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	if (!state->target_hostname && state->uid != 0) {
target_hostname  1595 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	if (!state->target_hostname && state->uid != 0) {
target_hostname  1682 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	status = NetServerGetInfo(state->target_hostname,
target_hostname  1707 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	status = NetServerGetInfo(state->target_hostname,
target_hostname  1728 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				 const char *target_hostname,
target_hostname  1743 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	if (target_hostname) {
target_hostname  1744 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->target_hostname = strdup(target_hostname);
target_hostname  1745 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		if (!state->target_hostname) {
target_hostname  1813 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		status = NetGetJoinInformation(state->target_hostname,
target_hostname  1846 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	static const char *target_hostname = NULL;
target_hostname  1855 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		{ "target", 'S', 0, G_OPTION_ARG_STRING, &target_hostname, "Target hostname", 0 },
target_hostname  1875 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				    target_hostname,
target_hostname    68 source3/librpc/rpc/dcerpc.h 	const char *target_hostname;
target_hostname  1150 source4/auth/gensec/gensec.c 	if (gensec_security->settings->target_hostname) {
target_hostname  1151 source4/auth/gensec/gensec.c 		return gensec_security->settings->target_hostname;
target_hostname    88 source4/auth/gensec/gensec.h 	const char *target_hostname;
target_hostname   240 source4/libnet/libnet_join.c 					 drsuapi_binding->target_hostname);
target_hostname   110 source4/libnet/libnet_rpc.c 		b->target_hostname = talloc_reference(b, r->in.name);
target_hostname   111 source4/libnet/libnet_rpc.c 		if (composite_nomem(b->target_hostname, c)) {
target_hostname   151 source4/libnet/libnet_rpc.c 		data.domain_name = binding->target_hostname;
target_hostname   363 source4/libnet/libnet_rpc.c 		data.domain_name = binding->target_hostname;
target_hostname   531 source4/libnet/libnet_rpc.c 		data.domain_name = binding->target_hostname;
target_hostname   823 source4/libnet/libnet_rpc.c 		data.domain_name = binding->target_hostname;
target_hostname  1523 source4/librpc/rpc/dcerpc.c 	if (!p->conn->transport.target_hostname) {
target_hostname  1529 source4/librpc/rpc/dcerpc.c 	return p->conn->transport.target_hostname(p->conn);
target_hostname    79 source4/librpc/rpc/dcerpc.h 		const char *(*target_hostname)(struct dcerpc_connection *);
target_hostname   178 source4/librpc/rpc/dcerpc.h 	const char *target_hostname;
target_hostname   271 source4/librpc/rpc/dcerpc_auth.c 					       p->conn->transport.target_hostname(p->conn));
target_hostname   115 source4/librpc/rpc/dcerpc_connect.c 	if (s->io.binding->target_hostname == NULL)
target_hostname   118 source4/librpc/rpc/dcerpc_connect.c 		conn->in.called_name            = s->io.binding->target_hostname;
target_hostname   281 source4/librpc/rpc/dcerpc_connect.c 	const char *target_hostname;
target_hostname   324 source4/librpc/rpc/dcerpc_connect.c 	s->target_hostname  = talloc_reference(c, io->binding->target_hostname);
target_hostname   329 source4/librpc/rpc/dcerpc_connect.c 	pipe_req = dcerpc_pipe_open_tcp_send(s->io.pipe->conn, s->host, s->target_hostname, 
target_hostname   106 source4/librpc/rpc/dcerpc_secondary.c 							 s->binding->target_hostname,
target_hostname   520 source4/librpc/rpc/dcerpc_smb.c 	c->transport.target_hostname = smb_target_hostname;
target_hostname   465 source4/librpc/rpc/dcerpc_smb2.c 	c->transport.target_hostname = smb2_target_hostname;
target_hostname   232 source4/librpc/rpc/dcerpc_sock.c 	const char *target_hostname;
target_hostname   271 source4/librpc/rpc/dcerpc_sock.c 	conn->transport.target_hostname = sock_target_hostname;
target_hostname   275 source4/librpc/rpc/dcerpc_sock.c 	sock->server_name   = strupper_talloc(sock, s->target_hostname);
target_hostname   309 source4/librpc/rpc/dcerpc_sock.c 						       const char *target_hostname,
target_hostname   328 source4/librpc/rpc/dcerpc_sock.c 	s->target_hostname = talloc_reference(s, target_hostname);
target_hostname   357 source4/librpc/rpc/dcerpc_sock.c 	const char *target_hostname;
target_hostname   389 source4/librpc/rpc/dcerpc_sock.c 						     s->srvaddr, s->target_hostname,
target_hostname   423 source4/librpc/rpc/dcerpc_sock.c 						     s->srvaddr, s->target_hostname, 
target_hostname   445 source4/librpc/rpc/dcerpc_sock.c 			  s->address, s->target_hostname, 
target_hostname   462 source4/librpc/rpc/dcerpc_sock.c 						    const char *target_hostname,
target_hostname   482 source4/librpc/rpc/dcerpc_sock.c 	if (target_hostname) {
target_hostname   483 source4/librpc/rpc/dcerpc_sock.c 		s->target_hostname = talloc_strdup(c, target_hostname);
target_hostname   484 source4/librpc/rpc/dcerpc_sock.c 		if (composite_nomem(s->target_hostname, c)) return c;
target_hostname   272 source4/librpc/rpc/dcerpc_util.c 	epmapper_binding->target_hostname       = epmapper_binding->host;
target_hostname  2722 source4/param/loadparm.c 	settings->target_hostname = lp_parm_string(lp_ctx, NULL, "gensec", "target_hostname");
target_hostname   100 source4/winbind/wb_init_domain.c 	binding->target_hostname = state->domain->dc_name;