Searched refs:try_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Daddrmatch.c381 struct xaddr try_addr, match_addr; local
385 if (addr != NULL && addr_pton(addr, &try_addr) != 0) {
407 if (addr != NULL && addr_netmatch(&try_addr,
441 struct xaddr try_addr, match_addr; local
445 if (addr != NULL && addr_pton(addr, &try_addr) != 0) {
491 if (addr_netmatch(&try_addr, &match_addr,

Completed in 101 milliseconds