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

  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 568 def add_wake_packet_source(self, wifi_interface, source_ip):
572 @param source_ip: string IP address of packet source, i.e. "127.0.0.1"
581 device_object.AddWakeOnPacketConnection(source_ip)
586 def remove_wake_packet_source(self, wifi_interface, source_ip):
590 @param source_ip: string IP address of packet source, i.e. "127.0.0.1"
599 device_object.RemoveWakeOnPacketConnection(source_ip)
  /external/autotest/server/cros/network/
wifi_client.py 857 def add_wake_packet_source(self, source_ip):
858 """Add |source_ip| as a source that can wake us up with packets.
860 @param source_ip: IP address from which to wake upon receipt of packets
866 self.wifi_if, source_ip)
869 def remove_wake_packet_source(self, source_ip):
870 """Remove |source_ip| as a source that can wake us up with packets.
872 @param source_ip: IP address to stop waking on packets from
878 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));
  /frameworks/base/cmds/statsd/src/
atoms.proto     [all...]

Completed in 147 milliseconds