taglinefilesource code
ethhdr166drivers/net/plip.cstatic int plip_addrcmp(struct ethhdr *eth);
ethhdr171drivers/net/plip.cstatic int plip_send_start(struct device *dev, struct ethhdr *eth);
ethhdr430drivers/net/plip.cstruct ethhdr eth;
ethhdr551drivers/net/plip.cplip_send_start(struct device *dev, struct ethhdr *eth)
ethhdr641drivers/net/plip.cif (plip_send_start(dev, (struct ethhdr *)buf) < 0)
ethhdr658drivers/net/plip.cfor ( i = 0; i < sizeof(struct ethhdr); i++ ) {
ethhdr663drivers/net/plip.cfor (i = 0; i < length - sizeof(struct ethhdr); i++) {
ethhdr721drivers/net/plip.cplip_addrcmp(struct ethhdr *eth)
ethhdr52include/linux/skbuff.hstruct ethhdr  *eth;
ethhdr86net/inet/eth.cstruct ethhdr *eth = (struct ethhdr *)buff;
ethhdr136net/inet/eth.cstruct ethhdr *eth = (struct ethhdr *)buff;
ethhdr168net/inet/eth.cstruct ethhdr *eth = (struct ethhdr *) skb->data;
ethhdr26net/inet/eth.hextern void    eth_dump(struct ethhdr *eth);