Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/newlib/porting/src/network/
Dhtons.c34 uint16_t htons(uint16_t n) in htons() function
/kernel/linux/linux-5.10/include/linux/byteorder/
Dgeneric.h141 #define htons(x) ___htons(x) macro