Deleted Added
full compact
in.h (1817) in.h (2169)
1/*
2 * Copyright (c) 1982, 1986, 1990, 1993
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 * @(#)in.h 8.3 (Berkeley) 1/3/94
1/*
2 * Copyright (c) 1982, 1986, 1990, 1993
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 * @(#)in.h 8.3 (Berkeley) 1/3/94
34 * $Id$
34 * $Id: in.h,v 1.2 1994/08/02 07:48:14 davidg Exp $
35 */
36
35 */
36
37#ifndef _NETINET_IN_H_
38#define _NETINET_IN_H_
39
37/*
38 * Constants and structures defined by the internet system,
39 * Per RFC 790, September 1981, and numerous additions.
40 */
41
42/*
43 * Protocols
44 */

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

232#ifdef KERNEL
233int in_broadcast __P((struct in_addr, struct ifnet *));
234int in_canforward __P((struct in_addr));
235int in_cksum __P((struct mbuf *, int));
236int in_localaddr __P((struct in_addr));
237u_long in_netof __P((struct in_addr));
238void in_socktrim __P((struct sockaddr_in *));
239#endif
40/*
41 * Constants and structures defined by the internet system,
42 * Per RFC 790, September 1981, and numerous additions.
43 */
44
45/*
46 * Protocols
47 */

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

235#ifdef KERNEL
236int in_broadcast __P((struct in_addr, struct ifnet *));
237int in_canforward __P((struct in_addr));
238int in_cksum __P((struct mbuf *, int));
239int in_localaddr __P((struct in_addr));
240u_long in_netof __P((struct in_addr));
241void in_socktrim __P((struct sockaddr_in *));
242#endif
243
244#endif