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

  /external/u-boot/net/
arp.h 26 void arp_raw_request(struct in_addr source_ip, const uchar *targetEther,
arp.c 52 void arp_raw_request(struct in_addr source_ip, const uchar *target_ethaddr,
75 net_write_ip(&arp->ar_spa, source_ip); /* source IP addr */
  /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 789 def add_wake_packet_source(self, source_ip):
790 """Add |source_ip| as a source that can wake us up with packets.
792 @param source_ip: IP address from which to wake upon receipt of packets
798 self.wifi_if, source_ip)
801 def remove_wake_packet_source(self, source_ip):
802 """Remove |source_ip| as a source that can wake us up with packets.
804 @param source_ip: IP address to stop waking on packets from
810 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));

Completed in 507 milliseconds