Home
last modified time | relevance | path

Searched defs:htonl (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/network/
Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/porting/uniproton/kernel/src/network/
Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/src/network/
Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/musl/porting/liteos_m/kernel/src/network/
Dhtonl.c4 uint32_t htonl(uint32_t n) in htonl() function
/third_party/node/deps/nghttp2/lib/
Dnghttp2_net.h53 STIN uint32_t htonl(uint32_t hostlong) { in htonl() function
/third_party/nghttp2/lib/
Dnghttp2_net.h53 STIN uint32_t htonl(uint32_t hostlong) { in htonl() function
/third_party/node/benchmark/buffers/
Dbuffer-swap.js38 Buffer.prototype.htonl = function htonl() { method in Buffer
/third_party/lwip/src/include/lwip/
Ddef.h121 #define htonl(x) lwip_htonl(x) macro