Lines Matching defs:host_to_connect
104 /* Overload host_to_connect; we could just make this match Forward */
107 char *host_to_connect; /* Connect to 'host'. */
600 free(perm->host_to_connect);
666 const char *host_to_connect, int port_to_connect,
681 (*permp)[n].host_to_connect = MAYBE_DUP(host_to_connect);
1681 const char *host_to_connect, int port_to_connect,
1686 debug_f("%s:%d", host_to_connect, port_to_connect);
1692 c->path = xstrdup(host_to_connect);
4244 const char *host_to_connect, *listen_host, *listen_path;
4272 host_to_connect = listen_host = listen_path = NULL;
4275 host_to_connect = fwd->connect_path;
4278 host_to_connect = fwd->connect_host;
4289 host_to_connect, port_to_connect,
4299 if (allowed_open->host_to_connect == NULL)
4304 if (strcmp(allowed_open->host_to_connect, FWD_PERMIT_ANY_HOST) != 0 &&
4305 strcmp(allowed_open->host_to_connect, requestedhost) != 0)
4322 if (allowed_open->host_to_connect == NULL)
4342 if (allowed_open->host_to_connect == NULL)
4520 pset->permitted_user[idx].host_to_connect,
4720 perm->host_to_connect, perm->port_to_connect,
4742 perm->host_to_connect, perm->port_to_connect,