Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

if_api.h File Reference

if_api.h File Reference

Interface Identification APIs from: RFC 3493: Basic Socket Interface Extensions for IPv6 Section 4: Interface Identification. More...

Go to the source code of this file.

Functions

char * lwip_if_indextoname (unsigned int ifindex, char *ifname)
 Maps an interface index to its corresponding name.
unsigned int lwip_if_nametoindex (const char *ifname)
 Returs the interface index corresponding to name ifname.

Detailed Description

Interface Identification APIs from: RFC 3493: Basic Socket Interface Extensions for IPv6 Section 4: Interface Identification.

Definition in file if_api.h.