aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-02-25 00:17:56 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-02-25 00:17:56 +0000
commitdd0cb30f892d2d3bc024b5410b4b99597c9bca79 (patch)
tree8349887c6aeed8d34dfbd1fe3b736feec2c1a17f /sys/netipx
parentca642fe9768db0b698d83a69cf6e74be3fed5cf2 (diff)
downloadsrc-dd0cb30f892d2d3bc024b5410b4b99597c9bca79.tar.gz
src-dd0cb30f892d2d3bc024b5410b4b99597c9bca79.zip
Further style(9) for ipx_ip.
Notes
Notes: svn path=/head/; revision=166958
Diffstat (limited to 'sys/netipx')
-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 c2efacfbfbf3..2432d27b6d71 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 7e6f875a2767..bba7278cb370 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_ */