|
client-c
0.7.4
|
#include <sys/types.h>#include <sndc_sock_api.h>
Include dependency graph for econais_ec19d_sock.h:Go to the source code of this file.
Macros | |
| #define | KAA_HTONS(hostshort) sndc_htons((hostshort)) |
| #define | KAA_HTONL(hostlong) sndc_htonl((hostlong)) |
| #define | KAA_HTONLL(hostlonglong) htonll((hostlonglong)) |
| #define | KAA_NTOHS(netshort) sndc_ntohs((netshort)) |
| #define | KAA_NTOHL(netlong) sndc_ntohl((netlong)) |
| #define | KAA_NTOHLL(netlonglong) ntohll((netlonglong)) |
Typedefs | |
| typedef int | kaa_fd_t |
| typedef struct sndc_sockaddr | kaa_sockaddr_t |
| typedef struct sndc_sockaddr_in | kaa_sockaddr_storage_t |
| typedef sndc_socklen_t | kaa_socklen_t |
| #define KAA_HTONL | ( | hostlong | ) | sndc_htonl((hostlong)) |
Definition at line 37 of file econais_ec19d_sock.h.
| #define KAA_HTONLL | ( | hostlonglong | ) | htonll((hostlonglong)) |
Definition at line 38 of file econais_ec19d_sock.h.
| #define KAA_HTONS | ( | hostshort | ) | sndc_htons((hostshort)) |
Definition at line 36 of file econais_ec19d_sock.h.
| #define KAA_NTOHL | ( | netlong | ) | sndc_ntohl((netlong)) |
Definition at line 41 of file econais_ec19d_sock.h.
| #define KAA_NTOHLL | ( | netlonglong | ) | ntohll((netlonglong)) |
Definition at line 42 of file econais_ec19d_sock.h.
| #define KAA_NTOHS | ( | netshort | ) | sndc_ntohs((netshort)) |
Definition at line 40 of file econais_ec19d_sock.h.
| typedef int kaa_fd_t |
Definition at line 29 of file econais_ec19d_sock.h.
| typedef struct sndc_sockaddr_in kaa_sockaddr_storage_t |
Definition at line 32 of file econais_ec19d_sock.h.
| typedef struct sndc_sockaddr kaa_sockaddr_t |
Definition at line 31 of file econais_ec19d_sock.h.
| typedef sndc_socklen_t kaa_socklen_t |
Definition at line 33 of file econais_ec19d_sock.h.