Home
last modified time | relevance | path

Searched defs:trllc (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_tr.h52 struct trllc { struct
53 __u8 dsap; /* destination SAP */
54 __u8 ssap; /* source SAP */
55 __u8 llc; /* LLC control field */
56 __u8 protid[3]; /* protocol id */
57 __u16 ethertype; /* ether type field */
/linux-2.4.37.9/net/802/
Dtr.c100 struct trllc *trllc=(struct trllc *)(trh+1); in tr_header() local
146 struct trllc *trllc=(struct trllc *)(skb->data+sizeof(struct trh_hdr)); in tr_rebuild_header() local
180 struct trllc *trllc; in tr_type_trans() local