Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h151 #define host_to_le32(n) (n) macro
181 #define host_to_le32(n) ((__force le32) (u32) (n)) macro
194 #define host_to_le32(n) bswap_32(n) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h151 #define host_to_le32(n) (n) macro
181 #define host_to_le32(n) ((__force le32) (u32) (n)) macro
194 #define host_to_le32(n) bswap_32(n) macro