Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/src/network/
H A Dntohs.c34 uint16_t ntohs(uint16_t n) in ntohs() function
/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
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddef.h103 #define ntohs lwip_ntohs macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dendian.h84 #define ntohs(x) __bswap16(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
/kernel/linux/linux-5.10/include/linux/byteorder/
H A Dgeneric.h130 #undef ntohs macro
142 #define ntohs(x) ___ntohs(x) macro
/kernel/linux/linux-6.6/include/linux/byteorder/
H A Dgeneric.h130 #undef ntohs macro
142 #define ntohs(x) ___ntohs(x) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h287 #define ntohs(x) lwip_ntohs(x) macro

Completed in 6 milliseconds