Home
last modified time | relevance | path

Searched refs:jump_port (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
HDreadconf.h178 int jump_port; member
HDreadconf.c2655 options->jump_port = -1; in initialize_options()
2993 options->jump_port == 0 && options->jump_user == NULL) { in fill_default_options()
3375 o->jump_port = 0; in parse_jump()
3379 o->jump_port = port; in parse_jump()
3788 snprintf(buf, sizeof(buf), "%d", o->jump_port); in dump_client_config()
3803 o->jump_port <= 0 ? "" : ":", in dump_client_config()
3804 o->jump_port <= 0 ? "" : buf); in dump_client_config()
HDssh.c1307 int port = options.port, jumpport = options.jump_port; in main()
1331 snprintf(port_s, sizeof(port_s), "%d", options.jump_port); in main()
1339 options.jump_port <= 0 ? "" : " -p ", in main()
1340 options.jump_port <= 0 ? "" : port_s, in main()