HomeSort by relevance Sort by last modified time
    Searched full:hostnamematches (Results 1 - 1 of 1) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 253 if (hostnameMatches(ke.patterns, remoteHostname) == false)
279 if (hostnameMatches(ke.patterns, hostname) == false)
336 private boolean hostnameMatches(String[] hostpatterns, String hostname)

Completed in 124 milliseconds