Searched refs:lwip_ntohs (Results 1 – 2 of 2) sorted by relevance
78 #define ntohs(x) lwip_ntohs(x)85 #define lwip_ntohs(x) (x) macro95 #define lwip_ntohs(x) LWIP_PLATFORM_HTONS(x)100 u16_t lwip_ntohs(u16_t x);
76 lwip_ntohs(u16_t n) in lwip_ntohs() function
Completed in 5 milliseconds