Deleted Added
full compact
tcp_var.h (16141) tcp_var.h (17096)
1/*
2 * Copyright (c) 1982, 1986, 1993, 1994, 1995
3 * The Regents of the University of California. 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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95
1/*
2 * Copyright (c) 1982, 1986, 1993, 1994, 1995
3 * The Regents of the University of California. 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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95
34 * $Id: tcp_var.h,v 1.32 1996/04/26 18:32:58 wollman Exp $
34 * $Id: tcp_var.h,v 1.33 1996/06/05 16:57:38 wollman Exp $
35 */
36
37#ifndef _NETINET_TCP_VAR_H_
38#define _NETINET_TCP_VAR_H_
39/*
40 * Kernel variables for tcp.
41 */
42

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

357 tcp_rtlookup __P((struct inpcb *));
358void tcp_setpersist __P((struct tcpcb *));
359void tcp_slowtimo __P((void));
360struct tcpiphdr *
361 tcp_template __P((struct tcpcb *));
362struct tcpcb *
363 tcp_timers __P((struct tcpcb *, int));
364void tcp_trace __P((int, int, struct tcpcb *, struct tcpiphdr *, int));
35 */
36
37#ifndef _NETINET_TCP_VAR_H_
38#define _NETINET_TCP_VAR_H_
39/*
40 * Kernel variables for tcp.
41 */
42

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

357 tcp_rtlookup __P((struct inpcb *));
358void tcp_setpersist __P((struct tcpcb *));
359void tcp_slowtimo __P((void));
360struct tcpiphdr *
361 tcp_template __P((struct tcpcb *));
362struct tcpcb *
363 tcp_timers __P((struct tcpcb *, int));
364void tcp_trace __P((int, int, struct tcpcb *, struct tcpiphdr *, int));
365int tcp_usrreq __P((struct socket *,
366 int, struct mbuf *, struct mbuf *, struct mbuf *));
367
365
366extern struct pr_usrreqs tcp_usrreqs;
368extern u_long tcp_sendspace;
369extern u_long tcp_recvspace;
370
371#endif /* KERNEL */
372
373#endif /* _NETINET_TCP_VAR_H_ */
367extern u_long tcp_sendspace;
368extern u_long tcp_recvspace;
369
370#endif /* KERNEL */
371
372#endif /* _NETINET_TCP_VAR_H_ */