Lines Matching defs:xaddr
25 struct xaddr {
42 int addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa);
43 int addr_netmask(int af, u_int l, struct xaddr *n);
44 int addr_pton(const char *p, struct xaddr *n);
45 int addr_pton_cidr(const char *p, struct xaddr *n, u_int *l);
46 int addr_ntop(const struct xaddr *n, char *p, size_t len);
47 int addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b);
48 int addr_cmp(const struct xaddr *a, const struct xaddr *b);
49 int addr_host_to_all1s(struct xaddr *a, u_int masklen);
50 int addr_netmatch(const struct xaddr *host, const struct xaddr *net,
52 void addr_increment(struct xaddr *a);