Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Daddr.c209 addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_and() function
341 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1) in addr_host_is_all0s()
354 if (addr_and(a, a, &tmp_mask) == -1)
505 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.c77 addr_and(masked, addr, &xmask) != 0) { in srclimit_mask_addr()
H A Dssh_namespace.h33 #define addr_and Fssh_addr_and macro