Deleted Added
full compact
defs.h (20609) defs.h (20610)
1/*
2 * Copyright (c) 1983, 1988, 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 * @(#)defs.h 8.1 (Berkeley) 6/5/93
1/*
2 * Copyright (c) 1983, 1988, 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 * @(#)defs.h 8.1 (Berkeley) 6/5/93
34 * $Id: defs.h,v 1.5 1996/12/11 21:04:08 wollman Exp $
34 * $Id: defs.h,v 1.6 1996/12/17 21:11:51 wollman Exp $
35 */
36
37/* Definitions for RIPv2 routing process.
38 *
39 * This code is based on the 4.4BSD `routed` daemon, with extensions to
40 * support:
41 * RIPv2, including variable length subnet masks.
42 * Router Discovery

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

67#include <string.h>
68#ifdef sgi
69#include <strings.h>
70#include <bstring.h>
71#endif
72#include <stdarg.h>
73#include <syslog.h>
74#include <time.h>
35 */
36
37/* Definitions for RIPv2 routing process.
38 *
39 * This code is based on the 4.4BSD `routed` daemon, with extensions to
40 * support:
41 * RIPv2, including variable length subnet masks.
42 * Router Discovery

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

67#include <string.h>
68#ifdef sgi
69#include <strings.h>
70#include <bstring.h>
71#endif
72#include <stdarg.h>
73#include <syslog.h>
74#include <time.h>
75#include <sys/time.h>
76#include <sys/types.h>
77#include <sys/param.h>
78#include <sys/ioctl.h>
79#include <sys/sysctl.h>
80#include <sys/socket.h>
81#include <sys/time.h>
82#ifdef sgi
83#include <net/radix.h>

--- 540 unchanged lines hidden ---
75#include <sys/types.h>
76#include <sys/param.h>
77#include <sys/ioctl.h>
78#include <sys/sysctl.h>
79#include <sys/socket.h>
80#include <sys/time.h>
81#ifdef sgi
82#include <net/radix.h>

--- 540 unchanged lines hidden ---