Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/network/
Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/porting/uniproton/kernel/src/network/
Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/porting/liteos_a/kernel/src/network/
Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/musl/src/network/
Dntohs.c4 uint16_t ntohs(uint16_t n) in ntohs() function
/third_party/node/deps/cares/src/lib/
Dares_nowarn.h56 # define ntohs(a) aresx_ntohs((a)) macro
/third_party/nghttp2/lib/
Dnghttp2_net.h81 STIN uint16_t ntohs(uint16_t netshort) { in ntohs() function
/third_party/node/deps/nghttp2/lib/
Dnghttp2_net.h81 STIN uint16_t ntohs(uint16_t netshort) { in ntohs() function
/third_party/lwip/src/include/lwip/
Ddef.h120 #define ntohs(x) lwip_ntohs(x) macro
/third_party/libcoap/examples/contiki/
Dcoap_config.h203 #define ntohs uip_ntohs macro