|
Cyber Garage Portable Runtime (CGPR) for C
|
#include <cgpr/net/interface.h>#include <cgpr/net/socket.h>#include <stdio.h>#include <string.h>#include <sys/ioctl.h>#include <arpa/inet.h>#include <net/if.h>#include <netdb.h>#include <netinet/in.h>#include <sys/socket.h>Functions | |
| size_t | cg_net_gethostinterfaces (CGNetworkInterfaceList *netIf_list) |
| char * | cg_net_selectaddr (struct sockaddr *remoteaddr) |
Variables | |
| static const char * | path_proc_net_dev = "/proc/net/dev" |
| size_t cg_net_gethostinterfaces | ( | CGNetworkInterfaceList * | netIf_list | ) |
| char * cg_net_selectaddr | ( | struct sockaddr * | remoteaddr | ) |
|
static |