Add forgotten definition for nd6_output_ifp().

This commit is contained in:
Alexander V. Chernikov 2015-01-08 18:29:54 +00:00
parent c4765af73f
commit abc1be9062
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276847

View File

@ -136,6 +136,8 @@ static void clear_llinfo_pqueue(struct llentry *);
static void nd6_rtrequest(int, struct rtentry *, struct rt_addrinfo *);
static int nd6_output_lle(struct ifnet *, struct ifnet *, struct mbuf *,
struct sockaddr_in6 *);
static int nd6_output_ifp(struct ifnet *, struct ifnet *, struct mbuf *,
struct sockaddr_in6 *);
static VNET_DEFINE(struct callout, nd6_slowtimo_ch);
#define V_nd6_slowtimo_ch VNET(nd6_slowtimo_ch)