| D | arp.c | 302 static void arp_send_dst(int type, int ptype, __be32 dest_ip, in arp_send_dst() argument 315 skb = arp_create(type, ptype, dest_ip, dev, src_ip, in arp_send_dst() 324 void arp_send(int type, int ptype, __be32 dest_ip, in arp_send() argument 329 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send() 525 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip, in arp_create() argument 622 memcpy(arp_ptr, &dest_ip, 4); in arp_create()
|