Searched refs:source_ip (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/net/ |
D | arp.c | 52 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()
|
D | arp.h | 26 void arp_raw_request(struct in_addr source_ip, const uchar *targetEther,
|
/external/autotest/client/cros/networking/ |
D | shill_xmlrpc_server.py | 568 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/ |
D | wifi_client.py | 789 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/ |
D | rtp_file_reader.cc | 376 uint32_t source_ip; member 540 TRY_PCAP(Read(&marker->source_ip, true)); in ReadXxpIpHeader()
|