Home
last modified time | relevance | path

Searched defs:epoint (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DSocket.java134 InetSocketAddress epoint = (InetSocketAddress) p.address(); in Socket() local
631 InetSocketAddress epoint = (InetSocketAddress) endpoint; in connect() local
688 InetSocketAddress epoint = (InetSocketAddress) bindpoint; in bind() local
DDatagramSocket.java403 InetSocketAddress epoint = (InetSocketAddress) addr; in bind() local
516 InetSocketAddress epoint = (InetSocketAddress) addr; in connect() local
DServerSocket.java390 InetSocketAddress epoint = (InetSocketAddress) endpoint; in bind() local
DURL.java1048 InetSocketAddress epoint = (InetSocketAddress) p.address(); in openConnection() local