if_new
struct iface *if_new(struct kif *);
i = if_new(kif);
iface = if_new(xconf, kif);
static struct iface *if_new(struct eigrpd_conf *, struct kif *);
struct iface *if_new(struct kif *);
i = if_new(kif);
if ((iface = if_new(ifan->ifan_index, ifan->ifan_name)) == NULL)
if ((iface = if_new(ifindex, ifname)) == NULL)
struct iface *if_new(u_short, char *);
struct iface *if_new(struct kif *, struct kif_addr *);
i = if_new(kif, ka);
i = if_new(kif);
struct iface *if_new(struct kif *);