Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c3031 #define BITNO_32(x) (((x) >> 16) ? 16 + BITNO_16((x) >> 16) : BITNO_16((x))) in print_in_radiotap_namespace() macro
3052 bitno = BITNO_32(present ^ next_present); in print_in_radiotap_namespace()
3259 #undef BITNO_32 in ieee802_11_radio_print()