dcrud
0.0.0
Distributed data and services
|
Go to the source code of this file.
Data Structures | |
struct | ioInetSocketAddress_s |
Typedefs | |
typedef struct ioInetSocketAddress_s | ioInetSocketAddress |
Functions | |
void | ioInetSocketAddress_init (ioInetSocketAddress *This, const char *host, unsigned short port) |
ioInetSocketAddress * | ioInetSocketAddress_new (const char *host, unsigned short port) |
int | ioInetSocketAddress_comparator (const ioInetSocketAddress *left, const ioInetSocketAddress *right) |
typedef struct ioInetSocketAddress_s ioInetSocketAddress |
int ioInetSocketAddress_comparator | ( | const ioInetSocketAddress * | left, |
const ioInetSocketAddress * | right | ||
) |
void ioInetSocketAddress_init | ( | ioInetSocketAddress * | This, |
const char * | host, | ||
unsigned short | port | ||
) |
ioInetSocketAddress* ioInetSocketAddress_new | ( | const char * | host, |
unsigned short | port | ||
) |