Searched refs:htole16 (Results 1 – 4 of 4) sorted by relevance
93 #ifndef htole1694 #define htole16(x) os_bswap_16 (x) macro170 #ifndef htole16171 #define htole16(x) ((uint16_t)(x))
72 #define htole16(x) ((uint16_t)(x)) macro86 #define htole16(x) bswap16((x))
91 #define htole16(x) ((uint16_t)(x)) macro106 #define htole16(x) bswap16((x)) macro
686 ((uint16_t *)req->data)[0] = htole16(auth_alg); in esp_send_sae_auth_reply()687 ((uint16_t *)req->data)[1] = htole16(auth_transaction); in esp_send_sae_auth_reply()688 ((uint16_t *)req->data)[2] = htole16(resp); in esp_send_sae_auth_reply()