Go to the source code of this file.
Functions | |
PUBLIC char * | r_net_get_local_sockname (void) |
PUBLIC void | r_net_setsockopt_v6only (struct ccnr_handle *h, int fd) |
static const char * | af_name (int family) |
PUBLIC int | r_net_listen_on_wildcards (struct ccnr_handle *h) |
PUBLIC int | r_net_listen_on_address (struct ccnr_handle *h, const char *addr) |
PUBLIC int | r_net_listen_on (struct ccnr_handle *h, const char *addrs) |
Definition in file ccnr_net.c.
static const char* af_name | ( | int | family | ) | [static] |
Definition at line 73 of file ccnr_net.c.
PUBLIC char* r_net_get_local_sockname | ( | void | ) |
PUBLIC int r_net_listen_on | ( | struct ccnr_handle * | h, | |
const char * | addrs | |||
) |
PUBLIC int r_net_listen_on_address | ( | struct ccnr_handle * | h, | |
const char * | addr | |||
) |
PUBLIC int r_net_listen_on_wildcards | ( | struct ccnr_handle * | h | ) |
PUBLIC void r_net_setsockopt_v6only | ( | struct ccnr_handle * | h, | |
int | fd | |||
) |
Definition at line 60 of file ccnr_net.c.
Referenced by r_net_listen_on_address(), and r_net_listen_on_wildcards().