Home
last modified time | relevance | path

Searched defs:host_to_le16 (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h147 #define host_to_le16(n) (n) macro
177 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
190 #define host_to_le16(n) bswap_16(n) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h147 #define host_to_le16(n) (n) macro
177 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
190 #define host_to_le16(n) bswap_16(n) macro