Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/utils/
Dcommon.h157 #define host_to_le64(n) (n) macro
188 #define host_to_le64(n) ((__force le64) (u64) (n)) macro
201 #define host_to_le64(n) bswap_64(n) macro
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Drrm.c958 rep.start_time = host_to_le64(start); in wpas_add_beacon_rep()