Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A 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);
/lk-master/external/lib/lwip/core/
A Ddef.c76 lwip_ntohs(u16_t n) in lwip_ntohs() function

Completed in 5 milliseconds