taglinefilesource code
h_source731drivers/net/plip.cif (eth->h_dest[i] > eth->h_source[i]) return -1;
h_source732drivers/net/plip.cif (eth->h_dest[i] < eth->h_source[i]) return 1;
h_source736drivers/net/plip.c*(long*)&eth->h_source[2],*(short*)&eth->h_source[0]));
h_source49include/linux/if_ether.hunsigned char    h_source[ETH_ALEN];  /* source ether addr  */
h_source103net/inet/eth.cmemcpy(eth->h_source,saddr,dev->addr_len);
h_source105net/inet/eth.cmemcpy(eth->h_source,dev->dev_addr,dev->addr_len);
h_source145net/inet/eth.cmemcpy(eth->h_source, dev->dev_addr, dev->addr_len);