Home
last modified time | relevance | path

Searched defs:htonl (Results 1 - 14 of 14) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/src/network/
H A Dhtonl.c34 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/porting/liteos_m/kernel/src/network/
H A Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/src/network/
H A Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
H A Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/porting/uniproton/kernel/src/network/
H A Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/porting/liteos_a/kernel/src/network/
H A Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/nghttp2/lib/
H A Dnghttp2_net.h53 STIN uint32_t htonl(uint32_t hostlong) { in htonl() function
/third_party/node/benchmark/buffers/
H A Dbuffer-swap.js
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_net.h53 STIN uint32_t htonl(uint32_t hostlong) { in htonl() function
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h88 STIN uint32_t htonl(uint32_t hostlong) { in htonl() function
/third_party/lwip/src/include/lwip/
H A Ddef.h121 #define htonl(x) lwip_htonl(x) macro
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h33 #define htonl(x) (x) macro
38 #define htonl(x) (__builtin_bswap32(x)) macro
/kernel/linux/linux-5.10/include/linux/byteorder/
H A Dgeneric.h131 #undef htonl macro
139 #define htonl(x) ___htonl(x) macro
/kernel/linux/linux-6.6/include/linux/byteorder/
H A Dgeneric.h131 #undef htonl macro
139 #define htonl(x) ___htonl(x) macro

Completed in 6 milliseconds