HomeSort by: relevance | last modified time | path
    Searched defs:match_ip (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth.c 99 int match_name, match_ip; local
125 match_ip = match_hostname(ipaddr, hp);
129 if (match_name > 0 || match_ip > 0) {
154 match_ip = match_hostname(ipaddr, hp);
160 if (match_name < 0 || match_ip < 0) {
165 if (match_name > 0 || match_ip > 0)

Completed in 23 milliseconds