Searched refs:arp_send_dst (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ipv4/ |
| H A D | arp.c | 302 static void arp_send_dst(int type, int ptype, __be32 dest_ip, in arp_send_dst() function 329 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send() 393 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 836 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process() 856 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 877 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
|