Home
last modified time | relevance | path

Searched refs:if_new (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.sbin/ripd/
H A Dripe.h88 struct iface *if_new(struct kif *);
H A Dinterface.c385 if_new(struct kif *kif) in if_new() function
H A Dparse.y903 i = if_new(kif); in conf_get_if()
/openbsd/usr.sbin/eigrpd/
H A Dinterface.c37 static struct iface *if_new(struct eigrpd_conf *, struct kif *);
61 if_new(struct eigrpd_conf *xconf, struct kif *kif) in if_new() function
287 iface = if_new(xconf, kif); in eigrp_if_new()
/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpe.h134 struct iface *if_new(struct kif *);
H A Dinterface.c162 if_new(struct kif *kif) in if_new() function
H A Dparse.y881 i = if_new(kif); in conf_get_if()
/openbsd/usr.sbin/ospfd/
H A Dospfe.h141 struct iface *if_new(struct kif *, struct kif_addr *);
H A Dinterface.c160 if_new(struct kif *kif, struct kif_addr *ka) in if_new() function
H A Dparse.y1383 i = if_new(kif, ka); in conf_get_if()
/openbsd/usr.sbin/ldpd/
H A Dldpe.h206 struct iface *if_new(struct kif *);
H A Dinterface.c45 if_new(struct kif *kif) in if_new() function
H A Dparse.y1464 i = if_new(kif); in conf_get_if()
/openbsd/usr.sbin/ospf6d/
H A Dospf6d.h533 struct iface *if_new(u_short, char *);
H A Dkroute.c841 if ((iface = if_new(ifindex, ifname)) == NULL) in kif_update()
1098 if ((iface = if_new(ifan->ifan_index, ifan->ifan_name)) == NULL) in if_announce()
H A Dinterface.c203 if_new(u_short ifindex, char *ifname) in if_new() function