Lines Matching refs:rfwd
1431 struct Forward *rfwd = (struct Forward *)ctxt; in ssh_confirm_remote_forward() local
1436 rfwd->listen_path ? rfwd->listen_path : in ssh_confirm_remote_forward()
1437 rfwd->listen_host ? rfwd->listen_host : "", in ssh_confirm_remote_forward()
1438 (rfwd->listen_path || rfwd->listen_host) ? ":" : "", in ssh_confirm_remote_forward()
1439 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()
1440 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
1441 if (rfwd->listen_path == NULL && rfwd->listen_port == 0) { in ssh_confirm_remote_forward()
1443 rfwd->allocated_port = packet_get_int(); in ssh_confirm_remote_forward()
1445 rfwd->allocated_port, in ssh_confirm_remote_forward()
1446 rfwd->connect_host, rfwd->connect_port); in ssh_confirm_remote_forward()
1447 channel_update_permitted_opens(rfwd->handle, in ssh_confirm_remote_forward()
1448 rfwd->allocated_port); in ssh_confirm_remote_forward()
1450 channel_update_permitted_opens(rfwd->handle, -1); in ssh_confirm_remote_forward()
1456 if (rfwd->listen_path != NULL) in ssh_confirm_remote_forward()
1458 "for listen path %s", rfwd->listen_path); in ssh_confirm_remote_forward()
1461 "for listen port %d", rfwd->listen_port); in ssh_confirm_remote_forward()
1463 if (rfwd->listen_path != NULL) in ssh_confirm_remote_forward()
1465 "for listen path %s", rfwd->listen_path); in ssh_confirm_remote_forward()
1468 "for listen port %d", rfwd->listen_port); in ssh_confirm_remote_forward()