Home
last modified time | relevance | path

Searched refs:kif_update (Results 1 – 5 of 5) sorted by relevance

/openbsd/libexec/snmpd/snmpd_metrics/
H A Dkroute.c113 struct kif *kif_update(u_short, int, struct if_data *,
886 kif_update(u_short if_index, int flags, struct if_data *ifd, in kif_update() function
1097 if (kif_update(if_index, flags, ifd, sdl) == NULL) in if_change()
/openbsd/usr.sbin/eigrpd/
H A Dkroute.c102 static struct kif *kif_update(unsigned short, int, struct if_data *,
722 kif_update(unsigned short ifindex, int flags, struct if_data *ifd, in kif_update() function
834 if ((kif = kif_update(ifindex, flags, ifd, sdl)) == NULL) { in if_change()
/openbsd/usr.sbin/ospfd/
H A Dkroute.c89 struct kif *kif_update(u_short, int, struct if_data *,
916 kif_update(u_short ifindex, int flags, struct if_data *ifd, in kif_update() function
1062 if ((kif = kif_update(ifindex, flags, ifd, sdl)) == NULL) { in if_change()
/openbsd/usr.sbin/ospf6d/
H A Dkroute.c82 struct iface *kif_update(u_short, int, struct if_data *,
822 kif_update(u_short ifindex, int flags, struct if_data *ifd, in kif_update() function
933 if ((iface = kif_update(ifindex, flags, ifd, sdl)) == NULL) { in if_change()
/openbsd/usr.sbin/ldpd/
H A Dkroute.c107 static struct kif_node *kif_update(unsigned short, int, struct if_data *,
861 kif_update(unsigned short ifindex, int flags, struct if_data *ifd, in kif_update() function
974 kif = kif_update(ifindex, flags, ifd, sdl, &link_old); in if_change()