D | arp.c | 298 static void arp_send_dst(int type, int ptype, __be32 dest_ip, in arp_send_dst() argument 311 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send_dst() 320 void arp_send(int type, int ptype, __be32 dest_ip, in arp_send() argument 325 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send() 521 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() argument 618 memcpy(arp_ptr, &dest_ip, 4); in arp_create()
|