Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/liteos_a/kernel/src/network/
Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/src/network/
Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/uniproton/kernel/src/network/
Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/liteos_m/kernel/src/network/
Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/rust/crates/linux-raw-sys/gen/include/
Dsupport.h34 #define htons(x) (x) macro
39 #define htons(x) (__builtin_bswap16(x)) macro
/third_party/node/deps/cares/src/lib/
Dares_nowarn.h54 # define htons(a) aresx_htons((a)) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbswap-constant-folding.c10 #define htons(x) ___htons(x) macro
/third_party/node/deps/nghttp2/lib/
Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/nghttp2/lib/
Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/node/benchmark/buffers/
Dbuffer-swap.js29 Buffer.prototype.htons = function htons() { method in Buffer
/third_party/lwip/src/include/lwip/
Ddef.h119 #define htons(x) lwip_htons(x) macro