|
if_nametoindex(3)
Contents
|
if_nametoindex - Map an interface name to an interface
index
#include <net/if.h>
unsigned int if_nametoindex(
const char *ifname );
Standard C Library (libc)
Points to a buffer that contains the interface name.
The if_nametoindex() function maps an interface name to
its corresponding interface index number.
Upon successful conversion, the if_nametoindex() function
returns an interface index number. If the interface does
not exist, it returns zero (0).
Functions: if_freenameindex(3), if_indextoname(3),
if_nameindex(3).
if_nametoindex(3)
[ Back ] |