Searched defs:ipv4Addr (Results 1 – 5 of 5) sorted by relevance
57 public boolean setInterfaceConfiguration(final LinkAddress ipv4Addr, in setInterfaceConfiguration()
63 jbyteArray ipv4Addr, jstring ifname, jobject javaFd) { in network_stack_utils_addArpEntry()
314 public static void addArpEntry(Inet4Address ipv4Addr, android.net.MacAddress ethAddr, in addArpEntry()
189 void addArpEntry(@NonNull Inet4Address ipv4Addr, @NonNull MacAddress ethAddr, in addArpEntry()228 public void addArpEntry(@NonNull Inet4Address ipv4Addr, @NonNull MacAddress ethAddr, in addArpEntry()
292 final String ipv4Addr = "192.0.2.5"; in testSetUpstreamLinkPropertiesWorking() local