conf_get_if
struct iface *conf_get_if(struct kif *);
iface = conf_get_if(kif);
static struct eigrp_iface *conf_get_if(struct kif *);
ei = conf_get_if(kif);
static struct iface *conf_get_if(struct kif *);
iface = conf_get_if(kif);
struct iface *conf_get_if(struct kif *, struct kif_addr *);
iface = conf_get_if(kif, ka);
iface = conf_get_if(kif);
struct iface *conf_get_if(struct kif *);