if_nameindex Struct Reference

#include <stdapis/net/if.h>

struct if_nameindex
Public Attributes
unsigned intif_index
char *if_name

Detailed Description

Includes the following members,

Member Attribute Documentation

if_index

unsigned intif_index

Numeric index of the interface.

if_name

char *if_name

Null-terminated name of the interface.