tag | line | file | source code |
trllc | 1047 | drivers/net/ibmtr.c | struct trllc *llc; |
trllc | 1062 | drivers/net/ibmtr.c | llc=(struct trllc *)((unsigned char *)rbuffer+offsetof(struct rec_buf,data)+lan_hdr_len); |
trllc | 26 | include/linux/if_tr.h | #define TR_HLEN (sizeof(struct trh_hdr)+sizeof(struct trllc)) |
trllc | 46 | net/802/tr.c | struct trllc *trllc=(struct trllc *)(trh+1); |
trllc | 56 | net/802/tr.c | trllc->dsap=trllc->ssap=EXTENDED_SAP; |
trllc | 57 | net/802/tr.c | trllc->llc=UI_CMD; |
trllc | 59 | net/802/tr.c | trllc->protid[0]=trllc->protid[1]=trllc->protid[2]=0x00; |
trllc | 60 | net/802/tr.c | trllc->ethertype=htons(type); |
trllc | 75 | net/802/tr.c | struct trllc *trllc=(struct trllc *)(buff+sizeof(struct trh_hdr)); |
trllc | 77 | net/802/tr.c | if(trllc->ethertype != htons(ETH_P_IP)) { |
trllc | 78 | net/802/tr.c | printk("tr_rebuild_header: Don't know how to resolve type %04X addresses ?\n",(unsigned int)htons( trllc->ethertype)); |
trllc | 94 | net/802/tr.c | struct trllc *trllc=(struct trllc *)(skb->data+sizeof(struct trh_hdr)); |
trllc | 117 | net/802/tr.c | return trllc->ethertype; |