Searched refs:connect_path (Results 1 – 4 of 4) sorted by relevance
1530 if (options.local_forwards[i].connect_path != NULL) { in main()1531 cp = options.local_forwards[i].connect_path; in main()1532 p = options.local_forwards[i].connect_path = in main()1551 if (options.remote_forwards[i].connect_path != NULL) { in main()1552 cp = options.remote_forwards[i].connect_path; in main()1553 p = options.remote_forwards[i].connect_path = in main()1879 rfwd->listen_port, rfwd->connect_path ? rfwd->connect_path : in ssh_confirm_remote_forward()1897 rfwd->allocated_port, rfwd->connect_path ? in ssh_confirm_remote_forward()1898 rfwd->connect_path : rfwd->connect_host, in ssh_confirm_remote_forward()2036 (options.local_forwards[i].connect_path != NULL) ? in ssh_init_forwarding()[all …]
38 char *connect_path; /* Path to connect domain socket. */ member
1936 if (strcmp_maybe_null(a->connect_path, b->connect_path) == 0) in forward_equals()
1106 free(fwd.connect_path); in process_cmdline()