HomeSort by: relevance | last modified time | path
    Searched defs:found_fwd (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
mux.c 888 struct Forward fwd, *found_fwd; local
935 found_fwd = NULL;
942 found_fwd = options.local_forwards + i;
951 found_fwd = options.remote_forwards + i;
958 if (found_fwd == NULL)
967 if (channel_request_rforward_cancel(ssh, found_fwd) == -1)
980 free(found_fwd->listen_host);
981 free(found_fwd->listen_path);
982 free(found_fwd->connect_host);
983 free(found_fwd->connect_path)
    [all...]
mux.c 888 struct Forward fwd, *found_fwd; local
935 found_fwd = NULL;
942 found_fwd = options.local_forwards + i;
951 found_fwd = options.remote_forwards + i;
958 if (found_fwd == NULL)
967 if (channel_request_rforward_cancel(ssh, found_fwd) == -1)
980 free(found_fwd->listen_host);
981 free(found_fwd->listen_path);
982 free(found_fwd->connect_host);
983 free(found_fwd->connect_path)
    [all...]

Completed in 31 milliseconds