Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dchannels.c4372 const char *allowed_host; in open_listen_match_tcpip() local
4381 allowed_host = translate ? in open_listen_match_tcpip()
4384 if (allowed_host == NULL || requestedhost == NULL || in open_listen_match_tcpip()
4385 strcmp(allowed_host, requestedhost) != 0) in open_listen_match_tcpip()