17 #ifndef ESP8266_SOCK_H
18 #define ESP8266_SOCK_H
20 #include <lwip/lwip/sockets.h>
29 #define KAA_HTONS(a) htons((a))
30 #define KAA_HTONL(a) htonl((a))
31 #define KAA_HTONLL(a) kaa_htonll((a))
33 #define KAA_NTOHS(a) ntohs((a))
34 #define KAA_NTOHL(a) ntohl((a))
35 #define KAA_NTOHLL(a) kaa_ntohll((a))