Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/src/network/
Dntohs.c34 uint16_t ntohs(uint16_t n) in ntohs() function
/kernel/linux/linux-5.10/include/linux/byteorder/
Dgeneric.h142 #define ntohs(x) ___ntohs(x) macro