Lines Matching refs:jump_host
1222 if (options->jump_host != NULL) in process_config_line_depth()
1223 charptr = &options->jump_host; /* Skip below */ in process_config_line_depth()
1964 options->jump_host = NULL; in initialize_options()
2257 if (options->jump_host != NULL && in fill_default_options()
2258 strcmp(options->jump_host, "none") == 0 && in fill_default_options()
2260 free(options->jump_host); in fill_default_options()
2261 options->jump_host = NULL; in fill_default_options()
2486 active &= o->proxy_command == NULL && o->jump_host == NULL; in parse_jump()
2514 o->jump_host = xstrdup("none"); in parse_jump()
2518 o->jump_host = host; in parse_jump()
2863 if (o->jump_host == NULL) in dump_client_config()
2867 i = strchr(o->jump_host, ':') != NULL || in dump_client_config()
2868 strspn(o->jump_host, "1234567890.") == strlen(o->jump_host); in dump_client_config()
2880 o->jump_host, in dump_client_config()