23 #ifndef ECONAIS_EC19D_SOCK_H_
24 #define ECONAIS_EC19D_SOCK_H_
26 #include <sys/types.h>
27 #include <sndc_sock_api.h>
36 #define KAA_HTONS(hostshort) sndc_htons((hostshort))
37 #define KAA_HTONL(hostlong) sndc_htonl((hostlong))
38 #define KAA_HTONLL(hostlonglong) kaa_htonll((hostlonglong))
40 #define KAA_NTOHS(netshort) sndc_ntohs((netshort))
41 #define KAA_NTOHL(netlong) sndc_ntohl((netlong))
42 #define KAA_NTOHLL(netlonglong) kaa_ntohll((netlonglong))
int kaa_fd_t
Definition: econais_ec19d_sock.h:29
sndc_socklen_t kaa_socklen_t
Definition: econais_ec19d_sock.h:33