Lines Matching refs:xaddr
36 struct xaddr { struct
82 addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa) in addr_sa_to_xaddr()
118 addr_netmask(int af, u_int l, struct xaddr *n) in addr_netmask()
151 addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_and()
178 addr_cmp(const struct xaddr *a, const struct xaddr *b) in addr_cmp()
207 addr_pton(const char *p, struct xaddr *n) in addr_pton()
235 addr_invert(struct xaddr *n) in addr_invert()
261 addr_hostmask(int af, u_int l, struct xaddr *n) in addr_hostmask()
273 addr_is_all0s(const struct xaddr *a) in addr_is_all0s()
297 addr_host_is_all0s(const struct xaddr *a, u_int masklen) in addr_host_is_all0s()
299 struct xaddr tmp_addr, tmp_mask, tmp_result; in addr_host_is_all0s()
314 addr_pton_cidr(const char *p, struct xaddr *n, u_int *l) in addr_pton_cidr()
316 struct xaddr tmp; in addr_pton_cidr()
351 addr_netmatch(const struct xaddr *host, const struct xaddr *net, u_int masklen) in addr_netmatch()
353 struct xaddr tmp_mask, tmp_result; in addr_netmatch()
381 struct xaddr try_addr, match_addr; in addr_match_list()
441 struct xaddr try_addr, match_addr; in addr_match_cidr_list()