Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dchannels.c4353 open_match(struct permission *allowed_open, const char *requestedhost, in open_match() argument
4362 strcmp(allowed_open->host_to_connect, requestedhost) != 0) in open_match()
4375 const char *requestedhost, u_short requestedport, int translate) in open_listen_match_tcpip() argument
4384 requestedhost == NULL) in open_listen_match_tcpip()
4389 if (allowed_host == NULL || requestedhost == NULL || in open_listen_match_tcpip()
4390 strcmp(allowed_host, requestedhost) != 0) in open_listen_match_tcpip()