Lines Matching defs:fc
164 #define FC_VERSION(fc) ((fc) & 0x3) argument
165 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
166 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
167 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
168 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
169 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
170 #define FC_RETRY(fc) ((fc) & 0x0800) argument
171 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
172 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
173 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument
174 #define FC_ORDER(fc) ((fc) & 0x8000) argument
177 nd_uint16_t fc; member
300 nd_uint16_t fc; member
313 nd_uint16_t fc; member
323 nd_uint16_t fc; member
331 nd_uint16_t fc; member
339 nd_uint16_t fc; member
349 nd_uint16_t fc; member
359 nd_uint16_t fc; member
369 nd_uint16_t fc; member
377 nd_uint16_t fc; member
1775 uint16_t fc, const uint8_t *src, const u_char *p, u_int length) in mgmt_body_print()
1819 uint16_t fc, const u_char *p) in ctrl_body_print()
1896 get_data_src_dst_mac(uint16_t fc, const u_char *p, const uint8_t **srcp, in get_data_src_dst_mac()
1948 data_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) in data_header_print()
2009 ctrl_header_print(netdissect_options *ndo, uint16_t fc, const u_char *p) in ctrl_header_print()
2059 uint16_t fc) in extract_header_length()
2112 uint16_t fc, const u_char *p, u_int hdrlen, in ieee_802_11_hdr_print()
2168 uint16_t fc; in ieee802_11_print() local