[PATCH 06/29] libnetworking: Add prototypes for ifafree, looutput.

Christian Mauderer christian.mauderer at embedded-brains.de
Mon Apr 25 15:06:40 UTC 2016


From: Christian Mauderer <Christian.Mauderer at embedded-brains.de>

---
 cpukit/libnetworking/rtems/rtems_net_if.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/cpukit/libnetworking/rtems/rtems_net_if.h b/cpukit/libnetworking/rtems/rtems_net_if.h
index 96b108e..49e9622 100644
--- a/cpukit/libnetworking/rtems/rtems_net_if.h
+++ b/cpukit/libnetworking/rtems/rtems_net_if.h
@@ -29,6 +29,9 @@ extern "C" {
 struct	mbuf;
 struct	ether_header;
 struct	ifnet;
+struct	sockaddr;
+struct	rtentry;
+struct	ifaddr;
 
 union	rtems_ifrequ {
 	struct ifreq ifreq;
@@ -42,6 +45,11 @@ union	rtems_ifrequ {
 	} rtems_ifrequ;
 };
 
+void	ifafree(struct ifaddr *);
+
+int	looutput(struct ifnet *,
+	   struct mbuf *, struct sockaddr *, struct rtentry *);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
-- 
1.8.4.5




More information about the devel mailing list