Home
last modified time | relevance | path

Searched refs:BITNO_2 (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-802_11.c3034 #define BITNO_4(x) (((x) >> 2) ? 2 + BITNO_2((x) >> 2) : BITNO_2((x))) in print_in_radiotap_namespace()
3035 #define BITNO_2(x) (((x) & 2) ? 1 : 0) in print_in_radiotap_namespace() macro
3263 #undef BITNO_2 in ieee802_11_radio_print()