taglinefilesource code
ethertype1282drivers/net/ibmtr.c(int)readw(llc + offsetof(struct trllc, ethertype)));
ethertype62include/linux/if_tr.h__u16 ethertype;    /* ether type field */
ethertype60net/802/tr.ctrllc->ethertype=htons(type);
ethertype77net/802/tr.cif(trllc->ethertype != htons(ETH_P_IP)) {
ethertype78net/802/tr.cprintk("tr_rebuild_header: Don't know how to resolve type %04X addresses ?\n",(unsigned int)htons(  trllc->ethertype));
ethertype117net/802/tr.creturn trllc->ethertype;