dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
InetSocketAddress.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 
ioInetSocketAddressioInetSocketAddress_new (const char *host, unsigned short port)
 
int ioInetSocketAddress_comparator (const ioInetSocketAddress *left, const ioInetSocketAddress *right)
 

Typedef Documentation

Function Documentation

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 
)