Lines Matching defs:kif
107 static struct eigrp_iface *conf_get_if(struct kif *);
338 struct kif *kif;
340 if ((kif = kif_findname($2)) == NULL) {
346 ei = conf_get_if(kif);
1163 conf_get_if(struct kif *kif)
1168 if (e->iface->ifindex == kif->ifindex) {
1171 "autonomous-system %u", kif->ifname,
1176 e = eigrp_if_new(conf, eigrp, kif);