Searched refs:source_ip (Results 1 – 3 of 3) sorted by relevance
515 def add_wake_packet_source(self, wifi_interface, source_ip): argument528 device_object.AddWakeOnPacketConnection(source_ip)533 def remove_wake_packet_source(self, wifi_interface, source_ip): argument546 device_object.RemoveWakeOnPacketConnection(source_ip)
784 def add_wake_packet_source(self, source_ip): argument793 self.wifi_if, source_ip)796 def remove_wake_packet_source(self, source_ip): argument805 self.wifi_if, source_ip)
356 uint32_t source_ip; member520 TRY_PCAP(Read(&marker->source_ip, true)); in ReadXxpIpHeader()