Zephyr API 3.6.99
|
Go to the source code of this file.
Data Structures | |
struct | if_nameindex |
Macros | |
#define | IF_NAMESIZE 1 |
Functions | |
char * | if_indextoname (unsigned int ifindex, char *ifname) |
void | if_freenameindex (struct if_nameindex *ptr) |
struct if_nameindex * | if_nameindex (void) |
unsigned int | if_nametoindex (const char *ifname) |
#define IF_NAMESIZE 1 |
void if_freenameindex | ( | struct if_nameindex * | ptr | ) |
char * if_indextoname | ( | unsigned int | ifindex, |
char * | ifname ) |
struct if_nameindex * if_nameindex | ( | void | ) |
unsigned int if_nametoindex | ( | const char * | ifname | ) |