Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dmatch.c189 int mhost, mip; in match_host_and_ip() local
195 if ((mhost = match_hostname(host, patterns, strlen(patterns))) == -1) in match_host_and_ip()
198 if (mhost == 0 && mip == 0) in match_host_and_ip()