Home
last modified time | relevance | path

Searched defs:ntohl (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/porting/liteos_m/kernel/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/musl/porting/uniproton/kernel/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h31 #define ntohl(x) (x) macro
36 #define ntohl(x) (__builtin_bswap32(x)) macro
/third_party/node/deps/nghttp2/lib/
Dnghttp2_net.h71 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
/third_party/nghttp2/lib/
Dnghttp2_net.h71 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conv.h106 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
/third_party/lwip/src/include/lwip/
Ddef.h122 #define ntohl(x) lwip_ntohl(x) macro