Home
last modified time | relevance | path

Searched refs:source_ip (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py568 def add_wake_packet_source(self, wifi_interface, source_ip): argument
581 device_object.AddWakeOnPacketConnection(source_ip)
586 def remove_wake_packet_source(self, wifi_interface, source_ip): argument
599 device_object.RemoveWakeOnPacketConnection(source_ip)
/external/autotest/server/cros/network/
Dwifi_client.py852 def add_wake_packet_source(self, source_ip): argument
861 self.wifi_if, source_ip)
864 def remove_wake_packet_source(self, source_ip): argument
873 self.wifi_if, source_ip)
/external/webrtc/webrtc/test/
Drtp_file_reader.cc376 uint32_t source_ip; member
540 TRY_PCAP(Read(&marker->source_ip, true)); in ReadXxpIpHeader()