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.java129 InetSocketAddress epoint = (InetSocketAddress) p.address(); in Socket() local
606 InetSocketAddress epoint = (InetSocketAddress) endpoint; in connect() local
663 InetSocketAddress epoint = (InetSocketAddress) bindpoint; in bind() local
DDatagramSocket.java401 InetSocketAddress epoint = (InetSocketAddress) addr; in bind() local
514 InetSocketAddress epoint = (InetSocketAddress) addr; in connect() local
DServerSocket.java368 InetSocketAddress epoint = (InetSocketAddress) endpoint; in bind() local
DURL.java1048 InetSocketAddress epoint = (InetSocketAddress) p.address(); in openConnection() local