Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dchannels.c4161 const char *allowed_host; in open_listen_match_tcpip() local
4170 allowed_host = translate ? in open_listen_match_tcpip()
4173 if (allowed_host == NULL || requestedhost == NULL || in open_listen_match_tcpip()
4174 strcmp(allowed_host, requestedhost) != 0) in open_listen_match_tcpip()