summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netipx/ipx_ip.c2
-rw-r--r--sys/netipx/ipx_ip.h14
2 files changed, 7 insertions, 9 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c
index c2efacf..2432d27 100644
--- a/sys/netipx/ipx_ip.c
+++ b/sys/netipx/ipx_ip.c
@@ -103,7 +103,7 @@ __FBSDID("$FreeBSD$");
NET_NEEDS_GIANT("ipx_ip");
-static struct ifnet ipxipif;
+static struct ifnet ipxipif;
static int ipxipif_units;
/* List of all hosts and gateways or broadcast addrs. */
diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h
index 7e6f875..bba7278 100644
--- a/sys/netipx/ipx_ip.h
+++ b/sys/netipx/ipx_ip.h
@@ -65,21 +65,19 @@
#define _NETIPX_IPXIP_H_
struct ifnet_en {
- struct ifnet *ifen_ifp;
- struct route ifen_route;
- struct in_addr ifen_src;
- struct in_addr ifen_dst;
- struct ifnet_en *ifen_next;
+ struct ifnet *ifen_ifp;
+ struct route ifen_route;
+ struct in_addr ifen_src;
+ struct in_addr ifen_dst;
+ struct ifnet_en *ifen_next;
};
-#define LOMTU (1024+512) /* XXX this is TINY_LOMTU */
+#define LOMTU (1024+512) /* XXX this is TINY_LOMTU */
#ifdef _KERNEL
-
void ipxip_ctlinput(int cmd, struct sockaddr *sa, void *arg);
void ipxip_input(struct mbuf *m, int hlen);
int ipxip_route(struct socket *so, struct sockopt *sopt);
-
#endif
#endif /* !_NETIPX_IPXIP_H_ */
OpenPOWER on IntegriCloud