Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Daddr.h25 struct xaddr { struct
43 int addr_xaddr_to_sa(const struct xaddr *xa, struct sockaddr *sa, argument
45 int addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa);
46 int addr_netmask(int af, u_int l, struct xaddr *n);
47 int addr_hostmask(int af, u_int l, struct xaddr *n);
48 int addr_invert(struct xaddr *n);
49 int addr_pton(const char *p, struct xaddr *n);
52 int addr_pton_cidr(const char *p, struct xaddr *n, u_int *l);
53 int addr_ntop(const struct xaddr *n, char *p, size_t len);
54 int addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b);
[all …]
H A Daddr.c63 addr_xaddr_to_sa(const struct xaddr *xa, struct sockaddr *sa, socklen_t *len, in addr_xaddr_to_sa()
111 addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa) in addr_sa_to_xaddr()
142 addr_invert(struct xaddr *n) in addr_invert()
168 addr_netmask(int af, u_int l, struct xaddr *n) in addr_netmask()
197 addr_hostmask(int af, u_int l, struct xaddr *n) in addr_hostmask()
209 addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_and()
232 addr_or(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_or()
254 addr_cmp(const struct xaddr *a, const struct xaddr *b) in addr_cmp()
287 addr_is_all0s(const struct xaddr *a) in addr_is_all0s()
306 addr_increment(struct xaddr *a) in addr_increment()
[all …]
H A Dsrclimit.c46 struct xaddr addr;
55 struct xaddr addr;
71 srclimit_mask_addr(const struct xaddr *addr, int bits, struct xaddr *masked) in srclimit_mask_addr()
73 struct xaddr xmask; in srclimit_mask_addr()
85 srclimit_peer_addr(int sock, struct xaddr *addr) in srclimit_peer_addr()
132 struct xaddr xa, xb; in srclimit_check_allow()
246 addr_masklen_ntop(struct xaddr *addr, int masklen, char *s, size_t slen) in addr_masklen_ntop()
261 struct xaddr addr; in srclimit_penalty_check_allow()
346 srclimit_penalise(struct xaddr *addr, int penalty_type) in srclimit_penalise()
348 struct xaddr masked; in srclimit_penalise()
H A Dsrclimit.h16 struct xaddr;
38 void srclimit_penalise(struct xaddr *, int);
H A Daddrmatch.c52 struct xaddr try_addr, match_addr; in addr_match_list()
112 struct xaddr try_addr, match_addr; in addr_match_cidr_list()
H A Dssh-keyscan.c625 struct xaddr addr, end_addr; in do_host()
H A Dsshd.c196 struct xaddr addr;
/freebsd/sbin/routed/
H A Dtable.c285 naddr xaddr; in ag_check() local
469 xaddr = ag->ag_gate; in ag_check()
471 gate = xaddr; in ag_check()
473 xaddr = ag->ag_nhop; in ag_check()
475 nhop = xaddr; in ag_check()
/freebsd/sys/powerpc/ps3/
H A Dif_glc.c108 glc_getphys(void *xaddr, bus_dma_segment_t *segs, int nsegs, int error) in glc_getphys() argument
113 *(bus_addr_t *)xaddr = segs[0].ds_addr; in glc_getphys()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c1507 int i, rv, xadd = 0, xaddr = 0; in pfr_ina_define() local
1570 xaddr++; in pfr_ina_define()
1578 xaddr : NO_ADDRESSES; in pfr_ina_define()
1589 *naddr = xaddr; in pfr_ina_define()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td460 [(set f64:$RT, (load xaddr:$src))]>;
751 [(store f64:$RT, xaddr:$dst)]>;
803 [(set f32:$RST, (load xaddr:$addr))]>;
809 [(store f32:$RST, xaddr:$addr)]>;
H A DPPCInstrInfo.td673 def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", [], []>; // "stbx"