Lines Matching defs:fc
162 #define FC_VERSION(fc) ((fc) & 0x3) argument
163 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
164 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
165 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
166 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
167 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
168 #define FC_RETRY(fc) ((fc) & 0x0800) argument
169 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
170 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
171 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument
172 #define FC_ORDER(fc) ((fc) & 0x8000) argument
175 nd_uint16_t fc; member
291 nd_uint16_t fc; member
304 nd_uint16_t fc; member
314 nd_uint16_t fc; member
322 nd_uint16_t fc; member
330 nd_uint16_t fc; member
340 nd_uint16_t fc; member
350 nd_uint16_t fc; member
360 nd_uint16_t fc; member
370 nd_uint16_t fc; member
1768 uint16_t fc, const uint8_t *src, const u_char *p, u_int length) in mgmt_body_print()
1812 uint16_t fc, const u_char *p) in ctrl_body_print()
1889 get_data_src_dst_mac(uint16_t fc, const u_char *p, const uint8_t **srcp, in get_data_src_dst_mac()
1941 data_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) in data_header_print()
2002 ctrl_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) in ctrl_header_print()
2053 uint16_t fc) in extract_header_length()
2106 uint16_t fc, const u_char *p, u_int hdrlen, in ieee_802_11_hdr_print()
2162 uint16_t fc; in ieee802_11_print() local