Go to the source code of this file.
#define IP_LISTENER_BACKLOG |
Value:
Definition at line 5 of file ip.c.
int ip_accept_connection |
( |
int |
listen_fd | ) |
|
Definition at line 139 of file ip.c.
int ip_create_connection |
( |
const char * |
address | ) |
|
Definition at line 129 of file ip.c.
int ip_create_connection_split |
( |
const char * |
ip, |
|
|
unsigned short |
port |
|
) |
| |
Definition at line 50 of file ip.c.
int ip_create_listener |
( |
const char * |
address | ) |
|
Definition at line 119 of file ip.c.
int ip_create_listener_split |
( |
const char * |
ip, |
|
|
unsigned short |
port |
|
) |
| |
Definition at line 20 of file ip.c.
int ip_initialise |
( |
void |
| ) |
|
Definition at line 8 of file ip.c.
int ip_parse_address |
( |
const char * |
address, |
|
|
const char ** |
parsed_ip, |
|
|
unsigned short * |
parsed_port, |
|
|
int |
accept_all_ip |
|
) |
| |
Definition at line 80 of file ip.c.