Deleted Added
full compact
tcp6_var.h (55679) tcp6_var.h (62587)
1/*
2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
1/*
2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $FreeBSD: head/sys/netinet6/tcp6_var.h 55679 2000-01-09 19:17:30Z shin $
29 * $FreeBSD: head/sys/netinet6/tcp6_var.h 62587 2000-07-04 16:35:15Z itojun $
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1993, 1994, 1995
34 * The Regents of the University of California. All rights reserved.
35 *
36 * Redistribution and use in source and binary forms, with or without
37 * modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

57 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
58 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
59 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
60 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
61 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
62 * SUCH DAMAGE.
63 *
64 * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1993, 1994, 1995
34 * The Regents of the University of California. All rights reserved.
35 *
36 * Redistribution and use in source and binary forms, with or without
37 * modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

57 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
58 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
59 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
60 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
61 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
62 * SUCH DAMAGE.
63 *
64 * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95
65 * $FreeBSD: head/sys/netinet6/tcp6_var.h 55679 2000-01-09 19:17:30Z shin $
65 * $FreeBSD: head/sys/netinet6/tcp6_var.h 62587 2000-07-04 16:35:15Z itojun $
66 */
67
68#ifndef _NETINET_TCP6_VAR_H_
66 */
67
68#ifndef _NETINET_TCP6_VAR_H_
69#define _NETINET_TCP6_VAR_H_
69#define _NETINET_TCP6_VAR_H_
70
71#ifdef _KERNEL
72#ifdef SYSCTL_DECL
73SYSCTL_DECL(_net_inet6_tcp6);
74#endif
75
76extern int tcp_v6mssdflt; /* XXX */
77
78struct ip6_hdr;
79void tcp6_ctlinput __P((int, struct sockaddr *, void *));
80void tcp6_init __P((void));
81int tcp6_input __P((struct mbuf **, int *, int));
82struct rtentry *tcp_rtlookup6 __P((struct inpcb *));
83
84extern struct pr_usrreqs tcp6_usrreqs;
85
86#endif /* _KERNEL */
87
88#endif /* _NETINET_TCP6_VAR_H_ */
70
71#ifdef _KERNEL
72#ifdef SYSCTL_DECL
73SYSCTL_DECL(_net_inet6_tcp6);
74#endif
75
76extern int tcp_v6mssdflt; /* XXX */
77
78struct ip6_hdr;
79void tcp6_ctlinput __P((int, struct sockaddr *, void *));
80void tcp6_init __P((void));
81int tcp6_input __P((struct mbuf **, int *, int));
82struct rtentry *tcp_rtlookup6 __P((struct inpcb *));
83
84extern struct pr_usrreqs tcp6_usrreqs;
85
86#endif /* _KERNEL */
87
88#endif /* _NETINET_TCP6_VAR_H_ */