Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:fc

112 #define	FC_VERSION(fc)		((fc) & 0x3)
113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3)
114 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF)
115 #define FC_TO_DS(fc) ((fc) & 0x0100)
116 #define FC_FROM_DS(fc) ((fc) & 0x0200)
117 #define FC_MORE_FLAG(fc) ((fc) & 0x0400)
118 #define FC_RETRY(fc) ((fc) & 0x0800)
119 #define FC_POWER_MGMT(fc) ((fc) & 0x1000)
120 #define FC_MORE_DATA(fc) ((fc) & 0x2000)
121 #define FC_WEP(fc) ((fc) & 0x4000)
122 #define FC_ORDER(fc) ((fc) & 0x8000)
125 u_int16_t fc;
254 u_int16_t fc;
265 u_int16_t fc;
274 u_int16_t fc;
283 u_int16_t fc;
294 u_int16_t fc;
305 u_int16_t fc;