-/* $OpenBSD: if_var.h,v 1.8 2014/04/19 15:57:25 henning Exp $ */
+/* $OpenBSD: if_var.h,v 1.9 2014/04/23 09:30:57 mpi Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
struct ifaddr *ifa_ifwithaddr(struct sockaddr *, u_int);
struct ifaddr *ifa_ifwithdstaddr(struct sockaddr *, u_int);
struct ifaddr *ifa_ifwithnet(struct sockaddr *, u_int);
-struct ifaddr *ifa_ifwithroute(int, struct sockaddr *,
- struct sockaddr *, u_int);
struct ifaddr *ifaof_ifpforaddr(struct sockaddr *, struct ifnet *);
void ifafree(struct ifaddr *);
void link_rtrequest(int, struct rtentry *);
-/* $OpenBSD: route.c,v 1.162 2014/04/22 12:35:00 mpi Exp $ */
+/* $OpenBSD: route.c,v 1.163 2014/04/23 09:30:57 mpi Exp $ */
/* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */
/*
void rtflushclone(struct radix_node_head *, struct rtentry *);
int rt_if_remove_rtdelete(struct radix_node *, void *, u_int);
+struct ifaddr *ifa_ifwithroute(int, struct sockaddr *, struct sockaddr *,
+ u_int);
+
#define LABELID_MAX 50000
struct rt_label {