taglinefilesource code
h_source705drivers/net/plip.cif (eth->h_dest[i] > eth->h_source[i]) return -1;
h_source706drivers/net/plip.cif (eth->h_dest[i] < eth->h_source[i]) return 1;
h_source710drivers/net/plip.c*(long*)&eth->h_source[2],*(short*)&eth->h_source[0]));
h_source47include/linux/if_ether.hunsigned char    h_source[ETH_ALEN];  /* source ether addr  */
h_source101net/inet/eth.cmemcpy(eth->h_source,saddr,dev->addr_len);
h_source103net/inet/eth.cmemcpy(eth->h_source,dev->dev_addr,dev->addr_len);
h_source143net/inet/eth.cmemcpy(eth->h_source, dev->dev_addr, dev->addr_len);