Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dchannels.c4369 const char *allowed_host; in open_listen_match_tcpip() local
4378 allowed_host = translate ? in open_listen_match_tcpip()
4381 if (allowed_host == NULL || requestedhost == NULL || in open_listen_match_tcpip()
4382 strcmp(allowed_host, requestedhost) != 0) in open_listen_match_tcpip()