Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/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/musl/porting/liteos_m_iccarm/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/liteos_a/kernel/src/network/
Dntohl.c4 uint32_t ntohl(uint32_t n) in ntohl() function
/third_party/nghttp2/lib/
Dnghttp2_net.h71 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
/third_party/node/deps/nghttp2/lib/
Dnghttp2_net.h71 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