Searched refs:allowed_open (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dchannels.c3729 remote_open_match(struct permission *allowed_open, struct Forward *fwd) argument
3738 if (fwd->listen_host == NULL || allowed_open->listen_host == NULL)
3741 if (allowed_open->listen_port != FWD_PERMIT_ANY_PORT &&
3742 allowed_open->listen_port != fwd->listen_port)
3748 ret = match_pattern(lhost, allowed_open->listen_host);
3889 open_match(struct permission *allowed_open, const char *requestedhost, argument
3892 if (allowed_open->host_to_connect == NULL)
3894 if (allowed_open->port_to_connect != FWD_PERMIT_ANY_PORT &&
3895 allowed_open->port_to_connect != requestedport)
3897 if (strcmp(allowed_open
3910 open_listen_match_tcpip(struct permission *allowed_open, const char *requestedhost, u_short requestedport, int translate) argument
3932 open_listen_match_streamlocal(struct permission *allowed_open, const char *requestedpath) argument
[all...]

Completed in 89 milliseconds