Searched refs:arp_send_dst (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | arp.c | 301 static void arp_send_dst(int type, int ptype, __be32 dest_ip, in arp_send_dst() function 328 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send() 392 arp_send_dst(ARPOP_REQUEST, ETH_P_ARP, target, dev, saddr, in arp_solicit() 832 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, in arp_process() 852 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process() 873 arp_send_dst(ARPOP_REPLY, ETH_P_ARP, in arp_process()
|