Deleted Added
full compact
defs.h (19885) defs.h (20287)
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.2 1996/09/16 17:03:29 wollman Exp $
34 * $Id: defs.h,v 1.3 1996/11/19 20:42:11 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

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

72#include <stdarg.h>
73#include <syslog.h>
74#include <time.h>
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>
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

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

72#include <stdarg.h>
73#include <syslog.h>
74#include <time.h>
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>
80#ifdef sgi
81#include <net/radix.h>
82#else
83#include "radix.h"
84#endif
85#include <net/if.h>
86#include <net/route.h>
87#include <net/if_dl.h>

--- 533 unchanged lines hidden ---
81#ifdef sgi
82#include <net/radix.h>
83#else
84#include "radix.h"
85#endif
86#include <net/if.h>
87#include <net/route.h>
88#include <net/if_dl.h>

--- 533 unchanged lines hidden ---