taglinefilesource code
ptype296net/inet/arp.cvoid arp_send(int type, int ptype, unsigned long dest_ip, 
ptype331net/inet/arp.cdev->hard_header(skb->data,dev,ptype,dest_hw?dest_hw:dev->broadcast,src_hw?src_hw:NULL,skb->len,skb);
ptype14net/inet/arp.hextern void     arp_send(int type, int ptype, unsigned long dest_ip, 
ptype341net/inet/dev.cstruct packet_type *ptype;
ptype427net/inet/dev.cfor (nitcount = dev_nit, ptype = ptype_base; nitcount > 0 && ptype != NULL; ptype = ptype->next) 
ptype429net/inet/dev.cif (ptype->type == htons(ETH_P_ALL)) {
ptype433net/inet/dev.cptype->func(skb2, skb->dev, ptype);
ptype652net/inet/dev.cstruct packet_type *ptype;
ptype730net/inet/dev.cfor (ptype = ptype_base; ptype != NULL; ptype = ptype->next) 
ptype732net/inet/dev.cif (ptype->type == type || ptype->type == htons(ETH_P_ALL)) 
ptype736net/inet/dev.cif (ptype->type == htons(ETH_P_ALL))
ptype738net/inet/dev.cif (ptype->copy || nitcount) 
ptype777net/inet/dev.cptype->func(skb2, skb->dev, ptype);