Searched refs:jump_port (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | readconf.h | 176 int jump_port; member
|
H A D | readconf.c | 2574 options->jump_port = -1; in initialize_options() 2912 options->jump_port == 0 && options->jump_user == NULL) { in fill_default_options() 3292 o->jump_port = 0; in parse_jump() 3296 o->jump_port = port; in parse_jump() 3705 snprintf(buf, sizeof(buf), "%d", o->jump_port); in dump_client_config() 3720 o->jump_port <= 0 ? "" : ":", in dump_client_config() 3721 o->jump_port <= 0 ? "" : buf); in dump_client_config()
|
H A D | ssh.c | 1300 int port = options.port, jumpport = options.jump_port; in main() 1324 snprintf(port_s, sizeof(port_s), "%d", options.jump_port); in main() 1332 options.jump_port <= 0 ? "" : " -p ", in main() 1333 options.jump_port <= 0 ? "" : port_s, in main()
|