logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface

Application Usage

       None.

Description

       The if_nametoindex() function shall return the interface index corresponding to name ifname.

Errors

       No errors are defined.

       Thefollowingsectionsareinformative.

Examples

       None.

Future Directions

       None.

Name

       if_nametoindex — map a network interface name to its corresponding index

Prolog

       This  manual  page  is part of the POSIX Programmer's Manual.  The Linux implementation of this interface
       may differ (consult the corresponding Linux manual page for details of Linux behavior), or the  interface
       may not be implemented on Linux.

Rationale

       None.

Return Value

       The corresponding index if ifname is the name of an interface; otherwise, zero.

See Also

getsockopt(), if_freenameindex(), if_indextoname(), if_nameindex(), setsockopt()

       The Base Definitions volume of POSIX.1‐2017, <net_if.h>

Synopsis

       #include <net/if.h>

       unsigned if_nametoindex(const char *ifname);

See Also