Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dchannels.c4187 allowed_open->listen_port != fwd->listen_port) in remote_open_match()
4193 ret = match_pattern(lhost, allowed_open->listen_host); in remote_open_match()
4351 if (allowed_open->host_to_connect == NULL) in open_match()
4354 allowed_open->port_to_connect != requestedport) in open_match()
4374 if (allowed_open->host_to_connect == NULL) in open_listen_match_tcpip()
4376 if (allowed_open->listen_port != requestedport) in open_listen_match_tcpip()
4378 if (!translate && allowed_open->listen_host == NULL && in open_listen_match_tcpip()
4383 allowed_open->listen_host; in open_listen_match_tcpip()
4394 if (allowed_open->host_to_connect == NULL) in open_listen_match_streamlocal()
4396 if (allowed_open->listen_port != PORT_STREAMLOCAL) in open_listen_match_streamlocal()
[all …]