Home
last modified time | relevance | path

Searched refs:xaddr (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Daddrmatch.c35 struct xaddr { struct
81 addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa) in addr_sa_to_xaddr()
115 addr_netmask(int af, u_int l, struct xaddr *n) in addr_netmask()
146 addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_and()
173 addr_cmp(const struct xaddr *a, const struct xaddr *b) in addr_cmp()
202 addr_pton(const char *p, struct xaddr *n) in addr_pton()
230 addr_invert(struct xaddr *n) in addr_invert()
256 addr_hostmask(int af, u_int l, struct xaddr *n) in addr_hostmask()
268 addr_is_all0s(const struct xaddr *a) in addr_is_all0s()
292 addr_host_is_all0s(const struct xaddr *a, u_int masklen) in addr_host_is_all0s()
[all …]
/mirbsd/src/sbin/routed/
Dtable.c274 naddr xaddr; in ag_check() local
457 xaddr = ag->ag_gate; in ag_check()
459 gate = xaddr; in ag_check()
461 xaddr = ag->ag_nhop; in ag_check()
463 nhop = xaddr; in ag_check()
/mirbsd/src/sys/net/
Dpf_table.c1416 int i, rv, xadd = 0, xaddr = 0; in pfr_ina_define() local
1478 xaddr++; in pfr_ina_define()
1486 xaddr : NO_ADDRESSES; in pfr_ina_define()
1497 *naddr = xaddr; in pfr_ina_define()