Home | History | Annotate | Download | only in arp

Lines Matching defs:inetAddress

26 import java.net.InetAddress;
45 private final InetAddress mMyAddr;
47 private final InetAddress mPeer;
56 public ArpPeer(String interfaceName, InetAddress myAddr, String mac,
57 InetAddress peer) throws SocketException {
136 InetAddress inetAddress = null;
137 InetAddress gateway = null;
141 inetAddress = la.getAddress();
151 ArpPeer peer = new ArpPeer(interfaceName, inetAddress, myMacAddress, gateway);