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

/macosx-10.10/OpenSSH-189/openssh/
H A Daddrmatch.c36 struct xaddr { struct
78 * Convert struct sockaddr to struct xaddr
82 addr_sa_to_xaddr(struct sockaddr *sa, socklen_t slen, struct xaddr *xa)
118 addr_netmask(int af, u_int l, struct xaddr *n)
151 addr_and(struct xaddr *dst, const struct xaddr *a, const struct xaddr *b)
178 addr_cmp(const struct xaddr *a, const struct xaddr *b)
207 addr_pton(const char *p, struct xaddr *
[all...]
/macosx-10.10/ruby-106/ruby/ext/dl/lib/dl/
H A Dcallback.rb79 addr_entry[ctype].each_with_index{|xaddr, idx|
80 if( xaddr == addr )
86 entry.each_with_index{|xaddr, idx|
87 if( xaddr == addr )
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_table.c1505 int i, rv, xadd = 0, xaddr = 0; local
1570 xaddr++;
1578 xaddr : NO_ADDRESSES;
1589 *naddr = xaddr;

Completed in 129 milliseconds