Searched defs:trh_hdr (Results 1 – 2 of 2) sorted by relevance
36 struct trh_hdr { struct37 __u8 ac; /* access control field */38 __u8 fc; /* frame control field */39 __u8 daddr[TR_ALEN]; /* destination address */40 __u8 saddr[TR_ALEN]; /* source address */41 __be16 rcf; /* route control field */42 __be16 rseg[8]; /* routing registers */
37 struct trh_hdr struct39 u_int8_t ac; /* access control field */40 u_int8_t fc; /* frame control field */41 u_int8_t daddr[TR_ALEN]; /* destination address */42 u_int8_t saddr[TR_ALEN]; /* source address */43 u_int16_t rcf; /* route control field */44 u_int16_t rseg[8]; /* routing registers */