Deleted Added
full compact
pim_var.h (118623) pim_var.h (139823)
1/*
1/*-
2 * Copyright (c) 1998-2000
3 * University of Southern California/Information Sciences Institute.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

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

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

22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * $FreeBSD: head/sys/netinet/pim_var.h 118623 2003-08-07 18:17:43Z hsu $
30 * $FreeBSD: head/sys/netinet/pim_var.h 139823 2005-01-07 01:45:51Z imp $
31 */
32
33#ifndef _NETINET_PIM_VAR_H_
34#define _NETINET_PIM_VAR_H_
35
36/*
37 * Protocol Independent Multicast (PIM),
38 * kernel variables and implementation-specific definitions.

--- 42 unchanged lines hidden ---
31 */
32
33#ifndef _NETINET_PIM_VAR_H_
34#define _NETINET_PIM_VAR_H_
35
36/*
37 * Protocol Independent Multicast (PIM),
38 * kernel variables and implementation-specific definitions.

--- 42 unchanged lines hidden ---