Home
last modified time | relevance | path

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

/external/openssh/
Dmatch.c193 int mhost, mip; in match_host_and_ip() local
202 if ((mhost = match_hostname(host, patterns, strlen(patterns))) == -1) in match_host_and_ip()
205 if (mhost == 0 && mip == 0) in match_host_and_ip()