Searched refs:addr_and (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | addr.c | 209 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 D | addr.h | 54 int addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b);
|
H A D | srclimit.c | 77 addr_and(masked, addr, &xmask) != 0) { in srclimit_mask_addr()
|
H A D | ssh_namespace.h | 33 #define addr_and Fssh_addr_and macro
|