HomeSort by relevance Sort by last modified time
    Searched defs:be16 (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 214 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
215 #define host_to_be16(n) ((__force be16) bswap_16((n)))
405 typedef u16 __bitwise be16; typedef
  /external/wpa_supplicant_8/src/utils/
common.h 192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
193 #define host_to_be16(n) ((__force be16) bswap_16((n)))
410 typedef u16 __bitwise be16; typedef

Completed in 116 milliseconds