Deleted Added
full compact
in6_var.h (273732) in6_var.h (274175)
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 273732 2014-10-27 10:34:09Z ae $
61 * $FreeBSD: head/sys/netinet6/in6_var.h 274175 2014-11-06 13:13:09Z melifaro $
62 */
63
64#ifndef _NETINET6_IN6_VAR_H_
65#define _NETINET6_IN6_VAR_H_
66
67#include <sys/tree.h>
68#include <sys/counter.h>
69

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

802 struct in6_ifaddr *, int);
803void in6_prepare_ifra(struct in6_aliasreq *, const struct in6_addr *,
804 const struct in6_addr *);
805void in6_purgeaddr(struct ifaddr *);
806int in6if_do_dad(struct ifnet *);
807void in6_savemkludge(struct in6_ifaddr *);
808void *in6_domifattach(struct ifnet *);
809void in6_domifdetach(struct ifnet *, void *);
62 */
63
64#ifndef _NETINET6_IN6_VAR_H_
65#define _NETINET6_IN6_VAR_H_
66
67#include <sys/tree.h>
68#include <sys/counter.h>
69

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

802 struct in6_ifaddr *, int);
803void in6_prepare_ifra(struct in6_aliasreq *, const struct in6_addr *,
804 const struct in6_addr *);
805void in6_purgeaddr(struct ifaddr *);
806int in6if_do_dad(struct ifnet *);
807void in6_savemkludge(struct in6_ifaddr *);
808void *in6_domifattach(struct ifnet *);
809void in6_domifdetach(struct ifnet *, void *);
810int in6_domifmtu(struct ifnet *);
810void in6_setmaxmtu(void);
811int in6_if2idlen(struct ifnet *);
812struct in6_ifaddr *in6ifa_ifpforlinklocal(struct ifnet *, int);
813struct in6_ifaddr *in6ifa_ifpwithaddr(struct ifnet *, struct in6_addr *);
814struct in6_ifaddr *in6ifa_ifwithaddr(const struct in6_addr *, uint32_t);
815struct in6_ifaddr *in6ifa_llaonifp(struct ifnet *);
816char *ip6_sprintf(char *, const struct in6_addr *);
817int in6_addr2zoneid(struct ifnet *, struct in6_addr *, u_int32_t *);

--- 26 unchanged lines hidden ---
811void in6_setmaxmtu(void);
812int in6_if2idlen(struct ifnet *);
813struct in6_ifaddr *in6ifa_ifpforlinklocal(struct ifnet *, int);
814struct in6_ifaddr *in6ifa_ifpwithaddr(struct ifnet *, struct in6_addr *);
815struct in6_ifaddr *in6ifa_ifwithaddr(const struct in6_addr *, uint32_t);
816struct in6_ifaddr *in6ifa_llaonifp(struct ifnet *);
817char *ip6_sprintf(char *, const struct in6_addr *);
818int in6_addr2zoneid(struct ifnet *, struct in6_addr *, u_int32_t *);

--- 26 unchanged lines hidden ---