Skip to main content

Name

ec_if_list — Retrieve a list of interfaces

Synopsis

#include "license/ife.h"

| int **ec_if_list** ( | ifp, |   | |   | family, |   | |   | flags); |   |

ec_interface ** <var class="pdparam">ifp</var>; int <var class="pdparam">family</var>; int <var class="pdparam">flags</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Retrieve a list of interfaces.

Parameters

ifp

the interface list

family

address family

flags

EC_IFL_XXX flags

Was this page helpful?