Home | History | Annotate | Download | only in ch

Lines Matching defs:isaa

165         InetSocketAddress[] isaa = new InetSocketAddress[1];
169 int n = accept(this.fd, newfd, isaa);
192 child = finishAccept(newfd, isaa[0], acceptAcc);
300 InetSocketAddress[] isaa = new InetSocketAddress[1];
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)