tag | line | file | source code |
---|---|---|---|
ethertype | 1282 | drivers/net/ibmtr.c | (int)readw(llc + offsetof(struct trllc, ethertype))); |
ethertype | 62 | include/linux/if_tr.h | __u16 ethertype; /* ether type field */ |
ethertype | 60 | net/802/tr.c | trllc->ethertype=htons(type); |
ethertype | 77 | net/802/tr.c | if(trllc->ethertype != htons(ETH_P_IP)) { |
ethertype | 78 | net/802/tr.c | printk("tr_rebuild_header: Don't know how to resolve type %04X addresses ?\n",(unsigned int)htons( trllc->ethertype)); |
ethertype | 117 | net/802/tr.c | return trllc->ethertype; |