HomeSort by relevance Sort by last modified time
    Searched defs:isaa (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketChannelImpl.java 242 InetSocketAddress[] isaa = new InetSocketAddress[1]; local
250 n = accept(this.fd, newfd, isaa);
265 InetSocketAddress isa = isaa[0];
419 InetSocketAddress[] isaa)
422 return accept0(ssfd, newfd, isaa);
428 // the new socket and setting isaa[0] to the socket's remote address.
433 InetSocketAddress[] isaa)
UnixAsynchronousServerSocketChannelImpl.java 163 InetSocketAddress[] isaa = new InetSocketAddress[1]; local
167 int n = accept(this.fd, newfd, isaa);
190 child = finishAccept(newfd, isaa[0], acceptAcc);
298 InetSocketAddress[] isaa = new InetSocketAddress[1]; local
303 int n = accept(this.fd, newfd, isaa);
341 child = finishAccept(newfd, isaa[0], null);
364 InetSocketAddress[] isaa)
367 return accept0(ssfd, newfd, isaa);
375 // the new socket and setting isaa[0] to the socket's remote address.
379 InetSocketAddress[] isaa)
    [all...]

Completed in 223 milliseconds