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.py515 def add_wake_packet_source(self, wifi_interface, source_ip): argument
528 device_object.AddWakeOnPacketConnection(source_ip)
533 def remove_wake_packet_source(self, wifi_interface, source_ip): argument
546 device_object.RemoveWakeOnPacketConnection(source_ip)
/external/autotest/server/cros/network/
Dwifi_client.py784 def add_wake_packet_source(self, source_ip): argument
793 self.wifi_if, source_ip)
796 def remove_wake_packet_source(self, source_ip): argument
805 self.wifi_if, source_ip)
/external/webrtc/test/
Drtp_file_reader.cc356 uint32_t source_ip; member
520 TRY_PCAP(Read(&marker->source_ip, true)); in ReadXxpIpHeader()