Searched defs:host_to_le16 (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/utils/
H A Dcommon.h185 #define host_to_le16(n) (n) macro
213 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
226 #define host_to_le16(n) bswap_16(n) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/utils/
H A Dcommon.h185 #define host_to_le16(n) (n) macro
213 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
226 #define host_to_le16(n) bswap_16(n) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/utils/
H A Dcommon.h185 #define host_to_le16(n) (n) macro
213 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
226 #define host_to_le16(n) bswap_16(n) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/utils/
H A Dcommon.h185 #define host_to_le16(n) (n) macro
213 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
226 #define host_to_le16(n) bswap_16(n) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/utils/
H A Dcommon.h185 #define host_to_le16(n) (n) macro
213 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
226 #define host_to_le16(n) bswap_16(n) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/utils/
H A Dcommon.h185 #define host_to_le16(n) (n) macro
213 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
226 #define host_to_le16(n) bswap_16(n) macro

Completed in 99 milliseconds