taglinefilesource code
h_dest731drivers/net/plip.cif (eth->h_dest[i] > eth->h_source[i]) return -1;
h_dest732drivers/net/plip.cif (eth->h_dest[i] < eth->h_source[i]) return 1;
h_dest735drivers/net/plip.c*(long*)&eth->h_dest[2],*(short*)&eth->h_dest[0],
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))