Lines Matching refs:si
519 SocketImpl si = null;
526 si = s.impl;
528 si.address = new InetAddress();
529 si.fd = new FileDescriptor();
530 getImpl().accept(si);
534 security.checkAccept(si.getInetAddress().getHostAddress(),
535 si.getPort());
538 if (si != null)
539 si.reset();
540 s.impl = si;
543 if (si != null)
544 si.reset();
545 s.impl = si;
548 s.impl = si;