Searched refs:xaddr (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | addr.h | 25 struct xaddr { struct 42 int addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa); argument 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, [all …]
|
| D | addr.c | 61 addr_xaddr_to_sa(const struct xaddr *xa, struct sockaddr *sa, socklen_t *len, in addr_xaddr_to_sa() 107 addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa) in addr_sa_to_xaddr() 138 addr_invert(struct xaddr *n) in addr_invert() 164 addr_netmask(int af, u_int l, struct xaddr *n) in addr_netmask() 193 addr_hostmask(int af, u_int l, struct xaddr *n) in addr_hostmask() 205 addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_and() 228 addr_or(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b) in addr_or() 250 addr_cmp(const struct xaddr *a, const struct xaddr *b) in addr_cmp() 283 addr_is_all0s(const struct xaddr *a) in addr_is_all0s() 302 addr_increment(struct xaddr *a) in addr_increment() [all …]
|
| D | srclimit.c | 44 struct xaddr addr; 53 struct xaddr addr; 69 srclimit_mask_addr(const struct xaddr *addr, int bits, struct xaddr *masked) in srclimit_mask_addr() 71 struct xaddr xmask; in srclimit_mask_addr() 83 srclimit_peer_addr(int sock, struct xaddr *addr) in srclimit_peer_addr() 130 struct xaddr xa, xb; in srclimit_check_allow() 244 addr_masklen_ntop(struct xaddr *addr, int masklen, char *s, size_t slen) in addr_masklen_ntop() 259 struct xaddr addr; in srclimit_penalty_check_allow() 344 srclimit_penalise(struct xaddr *addr, int penalty_type) in srclimit_penalise() 346 struct xaddr masked; in srclimit_penalise()
|
| D | srclimit.h | 16 struct xaddr; 38 void srclimit_penalise(struct xaddr *, int);
|
| D | addrmatch.c | 50 struct xaddr try_addr, match_addr; in addr_match_list() 110 struct xaddr try_addr, match_addr; in addr_match_cidr_list()
|
| D | ssh-keyscan.c | 599 struct xaddr addr, end_addr; in do_host()
|
| D | sshd.c | 163 struct xaddr addr;
|
| /openbsd/src/usr.sbin/acpidump/ |
| D | acpidump.c | 65 u_int64_t xaddr; member 344 fprintf(fhdr, ", XsdtAddress=0x%016llx", rp->xaddr); in acpi_print_rsd_ptr() 644 if (rp->rev == 2 && rp->xaddr) { in asl_dump_from_devmem() 645 rsdp = (struct ACPIsdt *) acpi_map_sdt(rp->xaddr); in asl_dump_from_devmem()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrSPE.td | 468 [(set f64:$RT, (load xaddr:$src))]>; 759 [(store f64:$RT, xaddr:$dst)]>; 811 [(set f32:$rD, (load xaddr:$src))]>; 817 [(store f32:$rS, xaddr:$dst)]>;
|
| D | PPCInstrInfo.td | 674 def xaddr : ComplexPattern<iPTR, 2, "SelectAddrIdx", [], []>; // "stbx"
|
| /openbsd/src/sys/net/ |
| D | pf_table.c | 1899 int i, rv, xadd = 0, xaddr = 0; in pfr_ina_define() local 1965 xaddr++; in pfr_ina_define() 1976 xaddr : NO_ADDRESSES; in pfr_ina_define() 1987 *naddr = xaddr; in pfr_ina_define()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1990 | 1564 @0xaddr: value (print w/addressprint) 1566 @0xaddr (parameter lists w/addressprint)
|