Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Daddr.c208 addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_and() function
295 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
432 if (addr_and(&tmp_result, host, &tmp_mask) == -1) in addr_netmatch()
H A Daddr.h54 int addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b);
H A Dsrclimit.c85 addr_and(&xb, &xa, &xmask) != 0) { in srclimit_check_allow()