Lines Matching full:interface
3 * Interface Identification APIs from:
4 * RFC 3493: Basic Socket Interface Extensions for IPv6
5 * Section 4: Interface Identification
7 * @defgroup if_api Interface Identification API
53 * Maps an interface index to its corresponding name.
54 * @param ifindex interface index
56 * @return If ifindex is an interface index, then the function shall return the
57 * value supplied in ifname, which points to a buffer now containing the interface name.
80 * Returs the interface index corresponding to name ifname.
81 * @param ifname Interface name
82 * @return The corresponding index if ifname is the name of an interface;