enum netconf_link_type
Types of network devices
#include <netconf.h> enum netconf_link_type { NETCONF_LINK_UNSPEC = -1, NETCONF_LINK_ETHER = 1, NETCONF_LINK_ATM = 19, NETCONF_LINK_IEEE1394 = 24, NETCONF_LINK_LOOPBACK = 772, NETCONF_LINK_SIT = 776, };