taglinefilesource code
eh127net/tcp/eth.cstruct enet_header *eh;
eh128net/tcp/eth.ceh = (struct enet_header *)(skb + 1);
eh129net/tcp/eth.carp_add (addr, eh->saddr, dev);
eh135net/tcp/eth.cstruct enet_header *eh;
eh136net/tcp/eth.ceh = (struct enet_header *)(skb + 1);
eh137net/tcp/eth.creturn (eh->type);