Home
last modified time | relevance | path

Searched defs:htons (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/liteos_m/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/uniproton/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/nghttp2/lib/
H A Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/node/benchmark/buffers/
H A Dbuffer-swap.js
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbswap-constant-folding.c10 #define htons(x) ___htons(x) macro
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h98 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/lwip/src/include/lwip/
H A Ddef.h119 #define htons(x) lwip_htons(x) macro
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h34 #define htons(x) (x) macro
39 #define htons(x) (__builtin_bswap16(x)) macro

Completed in 3 milliseconds