Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h65 #ifndef ntohll
66 #define ntohll(x) ((uint64_t)(x)) macro
139 #ifndef ntohll
140 #define ntohll(x) os_bswap_64(x)
144 #define htonll ntohll