taglinefilesource code
h_dest443drivers/net/plip.ceth->h_dest[i] = 0xfc;
h_dest444drivers/net/plip.cmemcpy(&(eth->h_dest[i]), &dst, sizeof(unsigned long));
h_dest48include/linux/if_ether.hunsigned char    h_dest[ETH_ALEN];  /* destination eth addr  */
h_dest113net/inet/eth.cmemset(eth->h_dest, 0, dev->addr_len);
h_dest119net/inet/eth.cmemcpy(eth->h_dest,daddr,dev->addr_len);
h_dest153net/inet/eth.creturn arp_find(eth->h_dest, dst, dev, dev->pa_addr, skb)? 1 : 0;
h_dest171net/inet/eth.cif(*eth->h_dest&1)
h_dest173net/inet/eth.cif(memcmp(eth->h_dest,dev->broadcast, ETH_ALEN)==0)
h_dest181net/inet/eth.cif(memcmp(eth->h_dest,dev->dev_addr, ETH_ALEN))