posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
if_nameindex Struct Reference

Network interface name-to-index mapping. More...

#include <zephyr/posix/net/if.h>

Data Fields

unsigned int if_index
 Numeric interface index.
 
char * if_name
 Interface name string.
 

Detailed Description

Network interface name-to-index mapping.

Definition at line 32 of file if.h.

Field Documentation

◆ if_index

unsigned int if_nameindex::if_index

Numeric interface index.

Definition at line 33 of file if.h.

◆ if_name

char* if_nameindex::if_name

Interface name string.

Definition at line 34 of file if.h.


The documentation for this struct was generated from the following file: