tag | line | file | source code |
sha | 164 | net/appletalk/aarp.c | static void aarp_send_reply(struct device *dev, struct at_addr *us, struct at_addr *them, unsigned char *sha) |
sha | 199 | net/appletalk/aarp.c | if(sha==NULL) |
sha | 202 | net/appletalk/aarp.c | memcpy(eah->hw_dst, sha, ETH_ALEN); |
sha | 212 | net/appletalk/aarp.c | aarp_dl->datalink_header(aarp_dl, skb, sha); |
sha | 610 | net/ipv4/arp.c | unsigned char *sha,*tha; |
sha | 689 | net/ipv4/arp.c | sha=arp_ptr; |
sha | 758 | net/ipv4/arp.c | arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,ha); |
sha | 774 | net/ipv4/arp.c | arp_send(ARPOP_REPLY,ETH_P_ARP,sip,dev,tip,sha,dev->dev_addr); |
sha | 806 | net/ipv4/arp.c | memcpy(entry->ha, sha, hlen); |
sha | 824 | net/ipv4/arp.c | arp_send_q(entry, sha); |
sha | 852 | net/ipv4/arp.c | memcpy(entry->ha, sha, hlen); |
sha | 202 | net/ipv4/rarp.c | unsigned char *sha,*tha; /* s for "source", t for "target" */ |
sha | 246 | net/ipv4/rarp.c | sha=rarp_ptr; |
sha | 268 | net/ipv4/rarp.c | arp_send(ARPOP_RREPLY, ETH_P_RARP, sip, dev, dev->pa_addr, sha, |