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

  /system/connectivity/shill/shims/
netfilter_queue_processor.h 72 uint32_t source_ip() const { return source_ip_; } function in class:shill::shims::NetfilterQueueProcessor::Packet
87 uint32_t source_ip,
netfilter_queue_processor.cc 128 uint32_t source_ip,
136 source_ip_ = source_ip;
362 << AddressAndPortToString(packet.source_ip(),
392 if ((packet.source_ip() & netmask) != ((*entry_ptr)->address & netmask)) {
418 uint32_t address = packet.source_ip();
netfilter_queue_processor_unittest.cc 64 uint32_t source_ip,
69 source_ip, destination_ip, source_port, destination_port);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/
test_signed_urls.py 275 source_ip = ip_address["AWS:SourceIp"]
276 self.assertEqual("%s/32" % ip_range, source_ip)
299 source_ip = ip_address["AWS:SourceIp"]
300 self.assertEqual(ip_range, source_ip)
337 source_ip = ip_address["AWS:SourceIp"]
338 self.assertEqual(ip_range, source_ip)
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 535 def add_wake_packet_source(self, wifi_interface, source_ip):
539 @param source_ip: string IP address of packet source, i.e. "127.0.0.1"
548 device_object.AddWakeOnPacketConnection(source_ip)
553 def remove_wake_packet_source(self, wifi_interface, source_ip):
557 @param source_ip: string IP address of packet source, i.e. "127.0.0.1"
566 device_object.RemoveWakeOnPacketConnection(source_ip)
  /system/connectivity/shill/test-rpc-proxy/
proxy_rpc_server.cc 428 const std::string& source_ip(params_in[1]);
429 return shill_wifi_client->AddWakePacketSource(interface_name, source_ip);
439 const std::string& source_ip(params_in[1]);
440 return shill_wifi_client->RemoveWakePacketSource(interface_name, source_ip);
  /external/autotest/server/cros/network/
wifi_client.py 781 def add_wake_packet_source(self, source_ip):
782 """Add |source_ip| as a source that can wake us up with packets.
784 @param source_ip: IP address from which to wake upon receipt of packets
790 self.wifi_if, source_ip)
793 def remove_wake_packet_source(self, source_ip):
794 """Remove |source_ip| as a source that can wake us up with packets.
796 @param source_ip: IP address to stop waking on packets from
802 self.wifi_if, source_ip)
    [all...]
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 376 uint32_t source_ip; member in struct:webrtc::test::PcapReader::RtpPacketMarker
540 TRY_PCAP(Read(&marker->source_ip, true));

Completed in 282 milliseconds