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 243 InetSocketAddress[] isaa = new InetSocketAddress[1]; local
251 n = accept(this.fd, newfd, isaa);
266 InetSocketAddress isa = isaa[0];
420 InetSocketAddress[] isaa)
423 return accept0(ssfd, newfd, isaa);
429 // the new socket and setting isaa[0] to the socket's remote address.
434 InetSocketAddress[] isaa)
UnixAsynchronousServerSocketChannelImpl.java 165 InetSocketAddress[] isaa = new InetSocketAddress[1]; local
169 int n = accept(this.fd, newfd, isaa);
192 child = finishAccept(newfd, isaa[0], acceptAcc);
300 InetSocketAddress[] isaa = new InetSocketAddress[1]; local
305 int n = accept(this.fd, newfd, isaa);
343 child = finishAccept(newfd, isaa[0], null);
366 InetSocketAddress[] isaa)
369 return accept0(ssfd, newfd, isaa);
377 // the new socket and setting isaa[0] to the socket's remote address.
381 InetSocketAddress[] isaa)
    [all...]

Completed in 2425 milliseconds