xaddr
addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa)
addr_invert(struct xaddr *n)
addr_netmask(int af, u_int l, struct xaddr *n)
addr_hostmask(int af, u_int l, struct xaddr *n)
addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b)
addr_or(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b)
addr_cmp(const struct xaddr *a, const struct xaddr *b)
addr_is_all0s(const struct xaddr *a)
addr_increment(struct xaddr *a)
addr_host_is_all0s(const struct xaddr *a, u_int masklen)
struct xaddr tmp_addr, tmp_mask, tmp_result;
addr_host_to_all0s(struct xaddr *a, u_int masklen)
struct xaddr tmp_mask;
addr_host_to_all1s(struct xaddr *a, u_int masklen)
struct xaddr tmp_mask;
addr_pton(const char *p, struct xaddr *n)
addr_ntop(const struct xaddr *n, char *p, size_t len)
addr_pton_cidr(const char *p, struct xaddr *n, u_int *l)
struct xaddr tmp;
addr_netmatch(const struct xaddr *host, const struct xaddr *net, u_int masklen)
struct xaddr tmp_mask, tmp_result;
addr_xaddr_to_sa(const struct xaddr *xa, struct sockaddr *sa, socklen_t *len,
int addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa);
int addr_netmask(int af, u_int l, struct xaddr *n);
int addr_pton(const char *p, struct xaddr *n);
int addr_pton_cidr(const char *p, struct xaddr *n, u_int *l);
int addr_ntop(const struct xaddr *n, char *p, size_t len);
int addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b);
int addr_cmp(const struct xaddr *a, const struct xaddr *b);
int addr_host_to_all1s(struct xaddr *a, u_int masklen);
int addr_netmatch(const struct xaddr *host, const struct xaddr *net,
void addr_increment(struct xaddr *a);
struct xaddr try_addr, match_addr;
struct xaddr try_addr, match_addr;
struct xaddr xa, xb;
addr_masklen_ntop(struct xaddr *addr, int masklen, char *s, size_t slen)
struct xaddr addr;
srclimit_penalise(struct xaddr *addr, int penalty_type)
struct xaddr masked;
struct xaddr addr;
struct xaddr addr;
srclimit_mask_addr(const struct xaddr *addr, int bits, struct xaddr *masked)
struct xaddr xmask;
srclimit_peer_addr(int sock, struct xaddr *addr)
struct xaddr;
void srclimit_penalise(struct xaddr *, int);
struct xaddr addr, end_addr;
struct xaddr addr;
BIO_ADDR xaddr, *p = &data->peer;
socklen_t xaddr_len = sizeof(xaddr.sa);
if (getpeername(b->num, (void *)&xaddr.sa, &xaddr_len) == 0
&& BIO_ADDR_family(&xaddr) != AF_UNSPEC) {
p = &xaddr;
naddr xaddr;
xaddr = ag->ag_gate;
gate = xaddr;
xaddr = ag->ag_nhop;
nhop = xaddr;
int i, rv, xadd = 0, xaddr = 0;
xaddr++;
xaddr : NO_ADDRESSES;
*naddr = xaddr;
glc_getphys(void *xaddr, bus_dma_segment_t *segs, int nsegs, int error)
*(bus_addr_t *)xaddr = segs[0].ds_addr;