Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/src/network/
Dntohl.c34 uint32_t ntohl(uint32_t n) in ntohl() function
/kernel/linux/linux-5.10/include/linux/byteorder/
Dgeneric.h140 #define ntohl(x) ___ntohl(x) macro