Home
last modified time | relevance | path

Searched defs:ntohs (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/network/
H A Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/porting/liteos_m/kernel/src/network/
H A Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
H A Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/porting/uniproton/kernel/src/network/
H A Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/src/network/
H A Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/nghttp2/lib/
H A Dnghttp2_net.h81 STIN uint16_t ntohs(uint16_t netshort) { in ntohs() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_net.h81 STIN uint16_t ntohs(uint16_t netshort) { in ntohs() function
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h116 STIN uint16_t ntohs(uint16_t netshort) { in ntohs() function
/third_party/lwip/src/include/lwip/
H A Ddef.h120 #define ntohs(x) lwip_ntohs(x) macro
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h32 #define ntohs(x) (x) macro
37 #define ntohs(x) (__builtin_bswap16(x)) macro

Completed in 4 milliseconds