55 #if (LWIP_PLATFORM_BYTESWAP == 0) && (BYTE_ORDER == LITTLE_ENDIAN) 66 return ((n & 0xff) << 8) | ((n & 0xff00) >> 8);
90 return ((n & 0xff) << 24) |
92 ((n & 0xff0000UL) >> 8) |
93 ((n & 0xff000000UL) >> 24);
u16_t lwip_htons(u16_t n)
u32_t lwip_htonl(u32_t n)
u32_t lwip_ntohl(u32_t n)
u16_t lwip_ntohs(u16_t n)