taglinefilesource code
eth86net/tcp/dev.hint (*rebuild_header)(void *eth, struct device *dev);
eth68net/tcp/eth.cprint_eth (struct enet_header *eth)
eth74net/tcp/eth.cPRINTK (("0x%2X ",eth->saddr[i]));
eth81net/tcp/eth.cPRINTK (("0x%2X ",eth->daddr[i]));
eth84net/tcp/eth.cPRINTK (("ethertype = %X\n",net16(eth->type)));
eth92net/tcp/eth.cstruct enet_header *eth;
eth93net/tcp/eth.ceth = (struct enet_header *)buff;
eth94net/tcp/eth.ceth->type = net16(type);
eth95net/tcp/eth.cmemcpy (eth->saddr, dev->dev_addr, dev->addr_len);
eth98net/tcp/eth.cmemset (eth->daddr, 0xff, dev->addr_len);
eth101net/tcp/eth.cif (!arp_find (eth->daddr, daddr, dev, saddr))
eth107net/tcp/eth.c*(unsigned long *)eth->saddr = saddr;
eth115net/tcp/eth.cstruct enet_header *eth;
eth116net/tcp/eth.ceth = buff;
eth117net/tcp/eth.cif (arp_find(eth->daddr, *(unsigned long*)eth->daddr, dev, 
eth118net/tcp/eth.c*(unsigned long *)eth->saddr))
eth120net/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);
eth176net/tcp/sock.hstruct enet_header *eth;