Searched refs:lwip_htonl (Results 1 – 3 of 3) sorted by relevance
79 #define htonl(x) lwip_htonl(x)86 #define lwip_htonl(x) (x) macro96 #define lwip_htonl(x) LWIP_PLATFORM_HTONL(x)101 u32_t lwip_htonl(u32_t x);
88 lwip_htonl(u32_t n) in lwip_htonl() function105 return lwip_htonl(n); in lwip_ntohl()
93 u32_t nm_hostorder = lwip_htonl(netmask); in ip4_addr_netmask_valid()
Completed in 5 milliseconds