Deleted Added
full compact
in6_var.h (207369) in6_var.h (228571)
1/*-
2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3 * 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

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

53 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58 * SUCH DAMAGE.
59 *
60 * @(#)in_var.h 8.1 (Berkeley) 6/10/93
1/*-
2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3 * 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

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

53 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58 * SUCH DAMAGE.
59 *
60 * @(#)in_var.h 8.1 (Berkeley) 6/10/93
61 * $FreeBSD: head/sys/netinet6/in6_var.h 207369 2010-04-29 11:52:42Z bz $
61 * $FreeBSD: head/sys/netinet6/in6_var.h 228571 2011-12-16 12:16:56Z glebius $
62 */
63
64#ifndef _NETINET6_IN6_VAR_H_
65#define _NETINET6_IN6_VAR_H_
66
67#include <sys/tree.h>
68
69#ifdef _KERNEL

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

282
283struct in6_aliasreq {
284 char ifra_name[IFNAMSIZ];
285 struct sockaddr_in6 ifra_addr;
286 struct sockaddr_in6 ifra_dstaddr;
287 struct sockaddr_in6 ifra_prefixmask;
288 int ifra_flags;
289 struct in6_addrlifetime ifra_lifetime;
62 */
63
64#ifndef _NETINET6_IN6_VAR_H_
65#define _NETINET6_IN6_VAR_H_
66
67#include <sys/tree.h>
68
69#ifdef _KERNEL

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

282
283struct in6_aliasreq {
284 char ifra_name[IFNAMSIZ];
285 struct sockaddr_in6 ifra_addr;
286 struct sockaddr_in6 ifra_dstaddr;
287 struct sockaddr_in6 ifra_prefixmask;
288 int ifra_flags;
289 struct in6_addrlifetime ifra_lifetime;
290 int ifra_vhid;
290};
291
292/* prefix type macro */
293#define IN6_PREFIX_ND 1
294#define IN6_PREFIX_RR 2
295
296/*
297 * prefix related flags passed between kernel(NDP related part) and

--- 489 unchanged lines hidden ---
291};
292
293/* prefix type macro */
294#define IN6_PREFIX_ND 1
295#define IN6_PREFIX_RR 2
296
297/*
298 * prefix related flags passed between kernel(NDP related part) and

--- 489 unchanged lines hidden ---