get_ifnames
static char *get_ifnames(int, int);
ifnames = get_ifnames(IFF_DHCPRUNNING, 0);
ifnames = get_ifnames(IFF_UP|IFF_RUNNING, IFF_LOOPBACK|IFF_DHCPRUNNING);