diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-11 02:01:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-11 02:01:37 +0000 |
commit | 54ec4ac803b4008b00c68e4bd4a4fc1ec3f5e097 (patch) | |
tree | c20c66c2ad89268a8deb2019ddd5ee306d652421 /sys/netinet/ip_var.h | |
parent | 2f10b00f0ab323af0befe8b6887b503520414090 (diff) |
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r-- | sys/netinet/ip_var.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index d249293406a..1583d199f98 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_var.h,v 1.9 1998/12/26 12:35:12 provos Exp $ */ +/* $OpenBSD: ip_var.h,v 1.10 1999/01/11 02:01:34 deraadt Exp $ */ /* $NetBSD: ip_var.h,v 1.16 1996/02/13 23:43:20 christos Exp $ */ /* @@ -65,7 +65,7 @@ struct ipqent { LIST_ENTRY(ipqent) ipqe_q; union { struct ip *_ip; - struct tcpiphdr *_tcp; + struct tcphdr *_tcp; } _ipqe_u1; union { u_int8_t _mff; /* for IP fragmentation */ @@ -189,6 +189,7 @@ struct mbuf * void ip_stripoptions __P((struct mbuf *, struct mbuf *)); int ip_sysctl __P((int *, u_int, void *, size_t *, void *, size_t)); void ipintr __P((void)); +void ipv4_input __P((struct mbuf *, ...)); int rip_ctloutput __P((int, struct socket *, int, int, struct mbuf **)); void rip_init __P((void)); void rip_input __P((struct mbuf *, ...)); |