summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/include/net/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/include/net/if.h')
-rw-r--r--cpukit/libnetworking/include/net/if.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpukit/libnetworking/include/net/if.h b/cpukit/libnetworking/include/net/if.h
index 3bedab4f6f..241d51c5e5 100644
--- a/cpukit/libnetworking/include/net/if.h
+++ b/cpukit/libnetworking/include/net/if.h
@@ -124,11 +124,11 @@ struct if_data {
#define IFF_LOOPBACK 0x8 /* is a loopback net */
#define IFF_POINTOPOINT 0x10 /* interface is point-to-point link */
#define IFF_SMART 0x20 /* interface manages own routes */
-#define IFF_RUNNING 0x40 /* resources allocated */
+#define IFF_DRV_RUNNING 0x40 /* resources allocated */
#define IFF_NOARP 0x80 /* no address resolution protocol */
#define IFF_PROMISC 0x100 /* receive all packets */
#define IFF_ALLMULTI 0x200 /* receive all multicast packets */
-#define IFF_OACTIVE 0x400 /* tx hardware queue is full */
+#define IFF_DRV_OACTIVE 0x400 /* tx hardware queue is full */
#define IFF_SIMPLEX 0x800 /* can't hear own transmissions */
#define IFF_LINK0 0x1000 /* per link layer defined bit */
#define IFF_LINK1 0x2000 /* per link layer defined bit */
@@ -292,10 +292,6 @@ __END_DECLS
/* XXX - this should go away soon. */
#include <net/if_var.h>
-void ifafree(struct ifaddr *);
-
-int looutput(struct ifnet *,
- struct mbuf *, struct sockaddr *, struct rtentry *);
#endif
#endif /* !_NET_IF_H_ */