Searched refs:lwip_ntohl (Results 1 – 2 of 2) sorted by relevance
84 #define ntohl(x) lwip_ntohl(x)91 #define lwip_ntohl(x) (x) macro101 #define lwip_ntohl(x) LWIP_PLATFORM_HTONL(x)106 u32_t lwip_ntohl(u32_t x);
103 lwip_ntohl(u32_t n) in lwip_ntohl() function