RetroArch
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <retro_miscellaneous.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>
#include <ifaddrs.h>
#include <net/net_ifinfo.h>
Functions | |
void | net_ifinfo_free (net_ifinfo_t *list) |
bool | net_ifinfo_new (net_ifinfo_t *list) |
void net_ifinfo_free | ( | net_ifinfo_t * | list | ) |
bool net_ifinfo_new | ( | net_ifinfo_t * | list | ) |