26 #include <sys/socket.h>
27 #include <sys/select.h>
28 #include <arpa/inet.h>
38 #define KAA_HTONS(hostshort) htons((hostshort))
39 #define KAA_HTONL(hostlong) htonl((hostlong))
40 #define KAA_HTONLL(hostlonglong) kaa_htonll((hostlonglong))
42 #define KAA_NTOHS(netshort) ntohs((netshort))
43 #define KAA_NTOHL(netlong) ntohl((netlong))
44 #define KAA_NTOHLL(netlonglong) kaa_ntohll((netlonglong))