Searched refs:jump_port (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | readconf.h | 167 int jump_port; member
|
D | readconf.c | 1965 options->jump_port = -1; in initialize_options() 2259 options->jump_port == 0 && options->jump_user == NULL) { in fill_default_options() 2515 o->jump_port = 0; in parse_jump() 2519 o->jump_port = port; in parse_jump() 2869 snprintf(buf, sizeof(buf), "%d", o->jump_port); in dump_client_config() 2884 o->jump_port <= 0 ? "" : ":", in dump_client_config() 2885 o->jump_port <= 0 ? "" : buf); in dump_client_config()
|
D | ssh.c | 1237 int port = options.port, jumpport = options.jump_port; in main() 1258 snprintf(port_s, sizeof(port_s), "%d", options.jump_port); in main() 1266 options.jump_port <= 0 ? "" : " -p ", in main() 1267 options.jump_port <= 0 ? "" : port_s, in main()
|