Home
last modified time | relevance | path

Searched refs:source_ip (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/net/
Darp.c52 void arp_raw_request(struct in_addr source_ip, const uchar *target_ethaddr, in arp_raw_request() argument
75 net_write_ip(&arp->ar_spa, source_ip); /* source IP addr */ in arp_raw_request()
Darp.h26 void arp_raw_request(struct in_addr source_ip, const uchar *targetEther,
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py568 def add_wake_packet_source(self, wifi_interface, source_ip): argument
581 device_object.AddWakeOnPacketConnection(source_ip)
586 def remove_wake_packet_source(self, wifi_interface, source_ip): argument
599 device_object.RemoveWakeOnPacketConnection(source_ip)
/external/autotest/server/cros/network/
Dwifi_client.py789 def add_wake_packet_source(self, source_ip): argument
798 self.wifi_if, source_ip)
801 def remove_wake_packet_source(self, source_ip): argument
810 self.wifi_if, source_ip)
/external/webrtc/webrtc/test/
Drtp_file_reader.cc376 uint32_t source_ip; member
540 TRY_PCAP(Read(&marker->source_ip, true)); in ReadXxpIpHeader()