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

  /system/connectivity/shill/
arp_client_test_helper.cc 33 const IPAddress& local_ip,
38 packet_.set_local_ip_address(local_ip);
arp_client_test_helper.h 36 const IPAddress& local_ip,
arp_packet.h 31 ArpPacket(const IPAddress& local_ip, const IPAddress& remote_ip,
arp_packet.cc 38 const IPAddress& local_ip, const IPAddress& remote_ip,
40 : local_ip_address_(local_ip),
active_link_monitor_unittest.cc 100 MATCHER_P4(IsArpRequest, local_ip, remote_ip, local_mac, remote_mac, "") {
101 if (local_ip.Equals(arg.local_ip_address()) &&
107 if (!local_ip.Equals(arg.local_ip_address())) {
109 << "' (wanted '" << local_ip.ToString() << "').";
275 const IPAddress& local_ip,
280 local_ip,
arp_client_unittest.cc 117 IPAddress local_ip(IPAddress::kFamilyIPv4);
118 EXPECT_TRUE(local_ip.SetAddressFromString(kLocalIPAddress));
119 packet->set_local_ip_address(local_ip);
connection_diagnostics_unittest.cc 109 MATCHER_P4(IsArpRequest, local_ip, remote_ip, local_mac, remote_mac, "") {
110 if (local_ip.Equals(arg.local_ip_address()) &&
117 if (!local_ip.Equals(arg.local_ip_address())) {
119 << "' (expected '" << local_ip.ToString() << "').";
    [all...]
  /external/iproute2/ip/
ipl2tp.c 54 inet_prefix local_ip; member in struct:l2tp_parm
109 if (p->local_ip.family == AF_INET6)
111 addattr_l(&req.n, 1024, local_attr, &p->local_ip.data, p->local_ip.bytelen);
208 printf(" From %s ", inet_ntop(p->local_ip.family, p->local_ip.data, buf, sizeof(buf)));
299 p->local_ip.family = AF_INET;
300 p->local_ip.data[0] = rta_getattr_u32(attrs[L2TP_ATTR_IP_SADDR]);
301 p->local_ip.bytelen = 4;
302 p->local_ip.bitlen = -1
    [all...]
  /external/toybox/toys/pending/
lsof.c 191 char local_ip[INET6_ADDRSTRLEN] = {0}; local
216 inet_ntop(af, &local, local_ip, sizeof(local_ip));
223 local_ip, local_port, remote_ip, remote_port,
228 local_ip, local_port, remote_ip, remote_port);
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 1077 IPAddress local_ip = local->GetLocalAddress().ipaddr(); local
    [all...]
  /external/c-ares/
ares.h 327 CARES_EXTERN void ares_set_local_ip4(ares_channel channel, unsigned int local_ip);
ares_init.c     [all...]
  /external/curl/lib/
connect.c 603 memcpy(conn->data->info.conn_local_ip, conn->local_ip, MAX_IPADR_LEN);
702 conn->local_ip, &conn->local_port)) {
    [all...]
urldata.h 921 char local_ip[MAX_IPADR_LEN]; member in struct:connectdata
    [all...]
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 1238 const char local_ip[] = "192.168.0.1"; local
    [all...]

Completed in 223 milliseconds