Home
last modified time | relevance | path

Searched refs:lwip_ntohs (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Ddef.h78 #define ntohs(x) lwip_ntohs(x)
85 #define lwip_ntohs(x) (x) macro
95 #define lwip_ntohs(x) LWIP_PLATFORM_HTONS(x)
100 u16_t lwip_ntohs(u16_t x);
/lib/liblwip/src/core/
Ddef.c76 lwip_ntohs(u16_t n) in lwip_ntohs() function