Searched refs:source_ip (Results 1 – 3 of 3) sorted by relevance
568 def add_wake_packet_source(self, wifi_interface, source_ip): argument581 device_object.AddWakeOnPacketConnection(source_ip)586 def remove_wake_packet_source(self, wifi_interface, source_ip): argument599 device_object.RemoveWakeOnPacketConnection(source_ip)
852 def add_wake_packet_source(self, source_ip): argument861 self.wifi_if, source_ip)864 def remove_wake_packet_source(self, source_ip): argument873 self.wifi_if, source_ip)
376 uint32_t source_ip; member540 TRY_PCAP(Read(&marker->source_ip, true)); in ReadXxpIpHeader()