HomeSort by relevance Sort by last modified time
    Searched refs:interface_address (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/
dhcp_test_base.py 316 interface_address = self.ethernet_pair.peer_interface_ip
317 if expected_address != interface_address:
322 (expected_address, interface_address))
  /system/core/adb/
sysdeps_win32.cpp 891 // interface_address is INADDR_LOOPBACK or INADDR_ANY.
892 static int _network_server(int port, int type, u_long interface_address, std::string* error) {
908 addr.sin_addr.s_addr = htonl(interface_address);
959 interface_address == INADDR_LOOPBACK ? "lo" : "any", type != SOCK_STREAM ? "udp:" : "",
    [all...]

Completed in 70 milliseconds