taglinefilesource code
eth80net/tcp/dev.hint (*rebuild_header)(void *eth, struct device *dev);
eth65net/tcp/eth.cprint_eth (struct enet_header *eth)
eth71net/tcp/eth.cPRINTK ("0x%2X ",eth->saddr[i]);
eth78net/tcp/eth.cPRINTK ("0x%2X ",eth->daddr[i]);
eth81net/tcp/eth.cPRINTK ("ethertype = %X\n",net16(eth->type));
eth89net/tcp/eth.cstruct enet_header *eth;
eth90net/tcp/eth.ceth = (struct enet_header *)buff;
eth91net/tcp/eth.ceth->type = net16(type);
eth92net/tcp/eth.cmemcpy (eth->saddr, dev->dev_addr, dev->addr_len);
eth95net/tcp/eth.cmemset (eth->daddr, 0xff, dev->addr_len);
eth98net/tcp/eth.cif (!arp_find (eth->daddr, daddr, dev, saddr))
eth104net/tcp/eth.c*(unsigned long *)eth->saddr = saddr;
eth112net/tcp/eth.cstruct enet_header *eth;
eth113net/tcp/eth.ceth = buff;
eth114net/tcp/eth.cif (arp_find(eth->daddr, *(unsigned long*)eth->daddr, dev, 
eth115net/tcp/eth.c*(unsigned long *)eth->saddr))
eth117net/tcp/eth.cmemcpy (eth->saddr, dev->dev_addr, dev->addr_len);
eth93net/tcp/eth.hvoid print_eth(struct enet_header *eth);
eth98net/tcp/eth.hint eth_rebuild_header(void *eth, struct device *dev);
eth80net/tcp/loopback.cstruct enet_header *eth;
eth111net/tcp/loopback.ceth = (struct enet_header *)buff;
eth112net/tcp/loopback.cprint_eth (eth);
eth167net/tcp/sock.hstruct enet_header *eth;