dcrud
0.0.0
Distributed data and services
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
InetSocketAddress.h
Go to the documentation of this file.
1
#pragma once
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
typedef
struct
ioInetSocketAddress_s
{
7
8
char
inetAddress
[16];
9
unsigned
short
port
;
10
11
}
ioInetSocketAddress
;
12
13
void
ioInetSocketAddress_init
(
ioInetSocketAddress
* This,
const
char
* host,
unsigned
short
port );
14
15
ioInetSocketAddress
*
ioInetSocketAddress_new
(
const
char
* host,
unsigned
short
port );
16
17
int
ioInetSocketAddress_comparator
(
18
const
ioInetSocketAddress
* left,
19
const
ioInetSocketAddress
* right );
20
21
#ifdef __cplusplus
22
}
23
#endif
ioInetSocketAddress_s::port
unsigned short port
Definition:
InetSocketAddress.h:9
ioInetSocketAddress_comparator
int ioInetSocketAddress_comparator(const ioInetSocketAddress *left, const ioInetSocketAddress *right)
ioInetSocketAddress_s
Definition:
InetSocketAddress.h:6
ioInetSocketAddress_init
void ioInetSocketAddress_init(ioInetSocketAddress *This, const char *host, unsigned short port)
ioInetSocketAddress_s::inetAddress
char inetAddress[16]
Definition:
InetSocketAddress.h:8
ioInetSocketAddress_new
ioInetSocketAddress * ioInetSocketAddress_new(const char *host, unsigned short port)
ioInetSocketAddress
struct ioInetSocketAddress_s ioInetSocketAddress
inc
io
InetSocketAddress.h
Generated on Sun Jan 10 2016 19:24:07 for dcrud by
1.8.7