taglinefilesource code
ptype286net/inet/arp.cvoid arp_send(int type, int ptype, unsigned long dest_ip, 
ptype321net/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, 
ptype342net/inet/dev.cstruct packet_type *ptype;
ptype428net/inet/dev.cfor (nitcount = dev_nit, ptype = ptype_base; nitcount > 0 && ptype != NULL; ptype = ptype->next) 
ptype430net/inet/dev.cif (ptype->type == htons(ETH_P_ALL)) {
ptype434net/inet/dev.cptype->func(skb2, skb->dev, ptype);
ptype650net/inet/dev.cstruct packet_type *ptype;
ptype728net/inet/dev.cfor (ptype = ptype_base; ptype != NULL; ptype = ptype->next) 
ptype730net/inet/dev.cif (ptype->type == type || ptype->type == htons(ETH_P_ALL)) 
ptype734net/inet/dev.cif (ptype->type == htons(ETH_P_ALL))
ptype736net/inet/dev.cif (ptype->copy || nitcount) 
ptype775net/inet/dev.cptype->func(skb2, skb->dev, ptype);