Home
last modified time | relevance | path

Searched defs:ntohl (Results 1 - 13 of 13) sorted by relevance

/kernel/liteos_m/kal/libc/newlib/porting/src/network/
H A Dntohl.c34 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/porting/liteos_a/kernel/src/network/
H A Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/porting/liteos_m/kernel/src/network/
H A Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
H A Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/porting/uniproton/kernel/src/network/
H A Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/src/network/
H A Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/nghttp2/lib/
H A Dnghttp2_net.h71 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_net.h71 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h106 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
/third_party/lwip/src/include/lwip/
H A Ddef.h122 #define ntohl(x) lwip_ntohl(x) macro
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h31 #define ntohl(x) (x) macro
36 #define ntohl(x) (__builtin_bswap32(x)) macro
/kernel/linux/linux-5.10/include/linux/byteorder/
H A Dgeneric.h129 #undef ntohl macro
140 #define ntohl(x) ___ntohl(x) macro
/kernel/linux/linux-6.6/include/linux/byteorder/
H A Dgeneric.h129 #undef ntohl macro
140 #define ntohl(x) ___ntohl(x) macro

Completed in 4 milliseconds