Home | History | Annotate | Line # | Download | only in netinet6
in6.h revision 1.45.12.3
      1  1.45.12.3     yamt /*	$NetBSD: in6.h,v 1.45.12.3 2007/02/26 09:11:48 yamt Exp $	*/
      2       1.25   itojun /*	$KAME: in6.h,v 1.83 2001/03/29 02:55:07 jinmei Exp $	*/
      3        1.5  thorpej 
      4        1.2   itojun /*
      5        1.2   itojun  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
      6        1.2   itojun  * All rights reserved.
      7       1.14   itojun  *
      8        1.2   itojun  * Redistribution and use in source and binary forms, with or without
      9        1.2   itojun  * modification, are permitted provided that the following conditions
     10        1.2   itojun  * are met:
     11        1.2   itojun  * 1. Redistributions of source code must retain the above copyright
     12        1.2   itojun  *    notice, this list of conditions and the following disclaimer.
     13        1.2   itojun  * 2. Redistributions in binary form must reproduce the above copyright
     14        1.2   itojun  *    notice, this list of conditions and the following disclaimer in the
     15        1.2   itojun  *    documentation and/or other materials provided with the distribution.
     16        1.2   itojun  * 3. Neither the name of the project nor the names of its contributors
     17        1.2   itojun  *    may be used to endorse or promote products derived from this software
     18        1.2   itojun  *    without specific prior written permission.
     19       1.14   itojun  *
     20        1.2   itojun  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
     21        1.2   itojun  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     22        1.2   itojun  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     23        1.2   itojun  * ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
     24        1.2   itojun  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     25        1.2   itojun  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     26        1.2   itojun  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     27        1.2   itojun  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     28        1.2   itojun  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     29        1.2   itojun  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     30        1.2   itojun  * SUCH DAMAGE.
     31        1.2   itojun  */
     32        1.2   itojun 
     33        1.2   itojun /*
     34        1.2   itojun  * Copyright (c) 1982, 1986, 1990, 1993
     35        1.2   itojun  *	The Regents of the University of California.  All rights reserved.
     36        1.2   itojun  *
     37        1.2   itojun  * Redistribution and use in source and binary forms, with or without
     38        1.2   itojun  * modification, are permitted provided that the following conditions
     39        1.2   itojun  * are met:
     40        1.2   itojun  * 1. Redistributions of source code must retain the above copyright
     41        1.2   itojun  *    notice, this list of conditions and the following disclaimer.
     42        1.2   itojun  * 2. Redistributions in binary form must reproduce the above copyright
     43        1.2   itojun  *    notice, this list of conditions and the following disclaimer in the
     44        1.2   itojun  *    documentation and/or other materials provided with the distribution.
     45       1.43      agc  * 3. Neither the name of the University nor the names of its contributors
     46        1.2   itojun  *    may be used to endorse or promote products derived from this software
     47        1.2   itojun  *    without specific prior written permission.
     48        1.2   itojun  *
     49        1.2   itojun  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     50        1.2   itojun  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     51        1.2   itojun  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     52        1.2   itojun  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     53        1.2   itojun  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     54        1.2   itojun  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     55        1.2   itojun  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     56        1.2   itojun  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     57        1.2   itojun  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     58        1.2   itojun  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     59        1.2   itojun  * SUCH DAMAGE.
     60        1.2   itojun  *
     61        1.2   itojun  *	@(#)in.h	8.3 (Berkeley) 1/3/94
     62        1.2   itojun  */
     63       1.10   itojun 
     64  1.45.12.1     yamt #ifndef _NETINET6_IN6_H_
     65  1.45.12.1     yamt #define _NETINET6_IN6_H_
     66  1.45.12.1     yamt 
     67       1.10   itojun #ifndef __KAME_NETINET_IN_H_INCLUDED_
     68       1.25   itojun #error "do not include netinet6/in6.h directly, include netinet/in.h.  see RFC2553"
     69       1.10   itojun #endif
     70        1.2   itojun 
     71  1.45.12.1     yamt #include <sys/socket.h>
     72        1.2   itojun 
     73        1.2   itojun /*
     74        1.2   itojun  * Identification of the network protocol stack
     75       1.24   itojun  * for *BSD-current/release: http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE
     76       1.24   itojun  * has the table of implementation/integration differences.
     77        1.2   itojun  */
     78        1.2   itojun #define __KAME__
     79       1.23   itojun #define __KAME_VERSION		"NetBSD-current"
     80        1.2   itojun 
     81        1.2   itojun /*
     82        1.2   itojun  * Local port number conventions:
     83        1.2   itojun  *
     84        1.2   itojun  * Ports < IPPORT_RESERVED are reserved for privileged processes (e.g. root),
     85        1.2   itojun  * unless a kernel is compiled with IPNOPRIVPORTS defined.
     86        1.2   itojun  *
     87        1.2   itojun  * When a user does a bind(2) or connect(2) with a port number of zero,
     88        1.2   itojun  * a non-conflicting local port address is chosen.
     89        1.2   itojun  *
     90       1.18   itojun  * The default range is IPPORT_ANONMIN to IPPORT_ANONMAX, although
     91        1.2   itojun  * that is settable by sysctl(3); net.inet.ip.anonportmin and
     92        1.2   itojun  * net.inet.ip.anonportmax respectively.
     93        1.2   itojun  *
     94        1.2   itojun  * A user may set the IPPROTO_IP option IP_PORTRANGE to change this
     95        1.2   itojun  * default assignment range.
     96        1.2   itojun  *
     97        1.2   itojun  * The value IP_PORTRANGE_DEFAULT causes the default behavior.
     98        1.2   itojun  *
     99        1.2   itojun  * The value IP_PORTRANGE_HIGH is the same as IP_PORTRANGE_DEFAULT,
    100        1.2   itojun  * and exists only for FreeBSD compatibility purposes.
    101        1.2   itojun  *
    102        1.2   itojun  * The value IP_PORTRANGE_LOW changes the range to the "low" are
    103        1.2   itojun  * that is (by convention) restricted to privileged processes.
    104        1.2   itojun  * This convention is based on "vouchsafe" principles only.
    105        1.2   itojun  * It is only secure if you trust the remote host to restrict these ports.
    106        1.2   itojun  * The range is IPPORT_RESERVEDMIN to IPPORT_RESERVEDMAX.
    107        1.2   itojun  */
    108        1.2   itojun 
    109       1.42    bjh21 #if defined(_NETBSD_SOURCE)
    110        1.2   itojun #define	IPV6PORT_RESERVED	1024
    111        1.2   itojun #define	IPV6PORT_ANONMIN	49152
    112        1.2   itojun #define	IPV6PORT_ANONMAX	65535
    113        1.2   itojun #define	IPV6PORT_RESERVEDMIN	600
    114        1.2   itojun #define	IPV6PORT_RESERVEDMAX	(IPV6PORT_RESERVED-1)
    115       1.37   kleink #endif
    116        1.2   itojun 
    117        1.2   itojun /*
    118        1.2   itojun  * IPv6 address
    119        1.2   itojun  */
    120        1.4   kleink struct in6_addr {
    121        1.2   itojun 	union {
    122       1.38   kleink 		__uint8_t   __u6_addr8[16];
    123       1.38   kleink 		__uint16_t  __u6_addr16[8];
    124       1.38   kleink 		uint32_t  __u6_addr32[4];
    125        1.4   kleink 	} __u6_addr;			/* 128-bit IP6 address */
    126        1.2   itojun };
    127        1.2   itojun 
    128        1.7   itojun #define s6_addr   __u6_addr.__u6_addr8
    129       1.29   itojun #ifdef _KERNEL	/* XXX nonstandard */
    130        1.7   itojun #define s6_addr8  __u6_addr.__u6_addr8
    131        1.7   itojun #define s6_addr16 __u6_addr.__u6_addr16
    132        1.4   kleink #define s6_addr32 __u6_addr.__u6_addr32
    133        1.7   itojun #endif
    134        1.2   itojun 
    135        1.2   itojun #define INET6_ADDRSTRLEN	46
    136        1.2   itojun 
    137        1.2   itojun /*
    138        1.2   itojun  * Socket address for IPv6
    139        1.2   itojun  */
    140       1.42    bjh21 #if defined(_NETBSD_SOURCE)
    141        1.2   itojun #define SIN6_LEN
    142        1.4   kleink #endif
    143        1.2   itojun struct sockaddr_in6 {
    144       1.38   kleink 	uint8_t		sin6_len;	/* length of this struct(socklen_t)*/
    145       1.16   kleink 	sa_family_t	sin6_family;	/* AF_INET6 (sa_family_t) */
    146       1.35   kleink 	in_port_t	sin6_port;	/* Transport layer port */
    147       1.38   kleink 	uint32_t	sin6_flowinfo;	/* IP6 flow information */
    148        1.2   itojun 	struct in6_addr	sin6_addr;	/* IP6 address */
    149       1.38   kleink 	uint32_t	sin6_scope_id;	/* scope zone index */
    150        1.2   itojun };
    151        1.2   itojun 
    152        1.2   itojun /*
    153        1.2   itojun  * Local definition for masks
    154        1.2   itojun  */
    155       1.29   itojun #ifdef _KERNEL	/* XXX nonstandard */
    156        1.7   itojun #define IN6MASK0	{{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }}}
    157        1.7   itojun #define IN6MASK32	{{{ 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, \
    158        1.7   itojun 			    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}}
    159        1.7   itojun #define IN6MASK64	{{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
    160        1.7   itojun 			    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}}
    161        1.7   itojun #define IN6MASK96	{{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
    162        1.7   itojun 			    0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 }}}
    163        1.7   itojun #define IN6MASK128	{{{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
    164        1.7   itojun 			    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }}}
    165        1.7   itojun #endif
    166        1.2   itojun 
    167        1.2   itojun #ifdef _KERNEL
    168       1.22   itojun extern const struct sockaddr_in6 sa6_any;
    169       1.22   itojun 
    170        1.2   itojun extern const struct in6_addr in6mask0;
    171        1.2   itojun extern const struct in6_addr in6mask32;
    172        1.2   itojun extern const struct in6_addr in6mask64;
    173        1.2   itojun extern const struct in6_addr in6mask96;
    174        1.2   itojun extern const struct in6_addr in6mask128;
    175        1.2   itojun #endif /* _KERNEL */
    176        1.2   itojun 
    177        1.2   itojun /*
    178        1.2   itojun  * Macros started with IPV6_ADDR is KAME local
    179        1.2   itojun  */
    180       1.29   itojun #ifdef _KERNEL	/* XXX nonstandard */
    181        1.2   itojun #if BYTE_ORDER == BIG_ENDIAN
    182        1.2   itojun #define IPV6_ADDR_INT32_ONE	1
    183        1.2   itojun #define IPV6_ADDR_INT32_TWO	2
    184        1.2   itojun #define IPV6_ADDR_INT32_MNL	0xff010000
    185        1.2   itojun #define IPV6_ADDR_INT32_MLL	0xff020000
    186        1.2   itojun #define IPV6_ADDR_INT32_SMP	0x0000ffff
    187        1.2   itojun #define IPV6_ADDR_INT16_ULL	0xfe80
    188        1.2   itojun #define IPV6_ADDR_INT16_USL	0xfec0
    189        1.2   itojun #define IPV6_ADDR_INT16_MLL	0xff02
    190        1.2   itojun #elif BYTE_ORDER == LITTLE_ENDIAN
    191        1.2   itojun #define IPV6_ADDR_INT32_ONE	0x01000000
    192        1.2   itojun #define IPV6_ADDR_INT32_TWO	0x02000000
    193        1.2   itojun #define IPV6_ADDR_INT32_MNL	0x000001ff
    194        1.2   itojun #define IPV6_ADDR_INT32_MLL	0x000002ff
    195        1.2   itojun #define IPV6_ADDR_INT32_SMP	0xffff0000
    196        1.2   itojun #define IPV6_ADDR_INT16_ULL	0x80fe
    197        1.2   itojun #define IPV6_ADDR_INT16_USL	0xc0fe
    198        1.2   itojun #define IPV6_ADDR_INT16_MLL	0x02ff
    199        1.2   itojun #endif
    200        1.7   itojun #endif
    201        1.2   itojun 
    202        1.2   itojun /*
    203        1.2   itojun  * Definition of some useful macros to handle IP6 addresses
    204        1.2   itojun  */
    205        1.7   itojun #define IN6ADDR_ANY_INIT \
    206        1.7   itojun 	{{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
    207        1.7   itojun 	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }}}
    208        1.7   itojun #define IN6ADDR_LOOPBACK_INIT \
    209        1.7   itojun 	{{{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
    210        1.7   itojun 	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
    211        1.7   itojun #define IN6ADDR_NODELOCAL_ALLNODES_INIT \
    212        1.7   itojun 	{{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
    213        1.7   itojun 	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
    214        1.7   itojun #define IN6ADDR_LINKLOCAL_ALLNODES_INIT \
    215        1.7   itojun 	{{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
    216        1.7   itojun 	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}}
    217        1.2   itojun #define IN6ADDR_LINKLOCAL_ALLROUTERS_INIT \
    218        1.7   itojun 	{{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \
    219        1.7   itojun 	    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 }}}
    220        1.2   itojun 
    221        1.2   itojun extern const struct in6_addr in6addr_any;
    222        1.2   itojun extern const struct in6_addr in6addr_loopback;
    223        1.2   itojun extern const struct in6_addr in6addr_nodelocal_allnodes;
    224        1.2   itojun extern const struct in6_addr in6addr_linklocal_allnodes;
    225        1.2   itojun extern const struct in6_addr in6addr_linklocal_allrouters;
    226        1.2   itojun 
    227        1.2   itojun /*
    228        1.2   itojun  * Equality
    229        1.7   itojun  * NOTE: Some of kernel programming environment (for example, openbsd/sparc)
    230        1.7   itojun  * does not supply memcmp().  For userland memcmp() is preferred as it is
    231        1.7   itojun  * in ANSI standard.
    232        1.2   itojun  */
    233        1.7   itojun #ifdef _KERNEL
    234        1.2   itojun #define IN6_ARE_ADDR_EQUAL(a, b)			\
    235       1.14   itojun     (bcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
    236        1.7   itojun #else
    237        1.7   itojun #define IN6_ARE_ADDR_EQUAL(a, b)			\
    238       1.14   itojun     (memcmp(&(a)->s6_addr[0], &(b)->s6_addr[0], sizeof(struct in6_addr)) == 0)
    239        1.7   itojun #endif
    240        1.2   itojun 
    241        1.2   itojun /*
    242        1.2   itojun  * Unspecified
    243        1.2   itojun  */
    244        1.2   itojun #define IN6_IS_ADDR_UNSPECIFIED(a)	\
    245       1.38   kleink 	((*(const uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) &&	\
    246       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) &&	\
    247       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) &&	\
    248       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) == 0))
    249        1.2   itojun 
    250        1.2   itojun /*
    251        1.2   itojun  * Loopback
    252        1.2   itojun  */
    253        1.2   itojun #define IN6_IS_ADDR_LOOPBACK(a)		\
    254       1.38   kleink 	((*(const uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) &&	\
    255       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) &&	\
    256       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) &&	\
    257       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) == ntohl(1)))
    258        1.2   itojun 
    259        1.2   itojun /*
    260        1.2   itojun  * IPv4 compatible
    261        1.2   itojun  */
    262        1.2   itojun #define IN6_IS_ADDR_V4COMPAT(a)		\
    263       1.38   kleink 	((*(const uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) &&	\
    264       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) &&	\
    265       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) &&	\
    266       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) != 0) &&	\
    267       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) != ntohl(1)))
    268        1.2   itojun 
    269        1.2   itojun /*
    270        1.2   itojun  * Mapped
    271        1.2   itojun  */
    272        1.2   itojun #define IN6_IS_ADDR_V4MAPPED(a)		      \
    273       1.38   kleink 	((*(const uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) &&	\
    274       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) &&	\
    275       1.38   kleink 	 (*(const uint32_t *)(const void *)(&(a)->s6_addr[8]) == ntohl(0x0000ffff)))
    276        1.2   itojun 
    277        1.2   itojun /*
    278        1.2   itojun  * KAME Scope Values
    279        1.2   itojun  */
    280        1.2   itojun 
    281       1.29   itojun #ifdef _KERNEL	/* XXX nonstandard */
    282        1.2   itojun #define IPV6_ADDR_SCOPE_NODELOCAL	0x01
    283  1.45.12.1     yamt #define IPV6_ADDR_SCOPE_INTFACELOCAL	0x01
    284        1.2   itojun #define IPV6_ADDR_SCOPE_LINKLOCAL	0x02
    285        1.2   itojun #define IPV6_ADDR_SCOPE_SITELOCAL	0x05
    286        1.2   itojun #define IPV6_ADDR_SCOPE_ORGLOCAL	0x08	/* just used in this file */
    287        1.2   itojun #define IPV6_ADDR_SCOPE_GLOBAL		0x0e
    288        1.7   itojun #else
    289        1.7   itojun #define __IPV6_ADDR_SCOPE_NODELOCAL	0x01
    290        1.7   itojun #define __IPV6_ADDR_SCOPE_LINKLOCAL	0x02
    291        1.7   itojun #define __IPV6_ADDR_SCOPE_SITELOCAL	0x05
    292        1.7   itojun #define __IPV6_ADDR_SCOPE_ORGLOCAL	0x08	/* just used in this file */
    293        1.7   itojun #define __IPV6_ADDR_SCOPE_GLOBAL	0x0e
    294        1.7   itojun #endif
    295        1.2   itojun 
    296        1.2   itojun /*
    297        1.2   itojun  * Unicast Scope
    298        1.7   itojun  * Note that we must check topmost 10 bits only, not 16 bits (see RFC2373).
    299        1.2   itojun  */
    300        1.2   itojun #define IN6_IS_ADDR_LINKLOCAL(a)	\
    301        1.7   itojun 	(((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0x80))
    302        1.2   itojun #define IN6_IS_ADDR_SITELOCAL(a)	\
    303        1.7   itojun 	(((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0xc0))
    304        1.2   itojun 
    305        1.2   itojun /*
    306        1.2   itojun  * Multicast
    307        1.2   itojun  */
    308        1.7   itojun #define IN6_IS_ADDR_MULTICAST(a)	((a)->s6_addr[0] == 0xff)
    309        1.2   itojun 
    310       1.29   itojun #ifdef _KERNEL	/* XXX nonstandard */
    311        1.7   itojun #define IPV6_ADDR_MC_SCOPE(a)		((a)->s6_addr[1] & 0x0f)
    312        1.7   itojun #else
    313        1.7   itojun #define __IPV6_ADDR_MC_SCOPE(a)		((a)->s6_addr[1] & 0x0f)
    314        1.7   itojun #endif
    315        1.2   itojun 
    316        1.2   itojun /*
    317        1.2   itojun  * Multicast Scope
    318        1.2   itojun  */
    319       1.29   itojun #ifdef _KERNEL	/* refers nonstandard items */
    320        1.2   itojun #define IN6_IS_ADDR_MC_NODELOCAL(a)	\
    321        1.2   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    322        1.2   itojun 	 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_NODELOCAL))
    323  1.45.12.1     yamt #define IN6_IS_ADDR_MC_INTFACELOCAL(a)	\
    324  1.45.12.1     yamt 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    325  1.45.12.1     yamt 	 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_INTFACELOCAL))
    326        1.2   itojun #define IN6_IS_ADDR_MC_LINKLOCAL(a)	\
    327        1.2   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    328        1.2   itojun 	 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_LINKLOCAL))
    329        1.2   itojun #define IN6_IS_ADDR_MC_SITELOCAL(a)	\
    330        1.2   itojun 	(IN6_IS_ADDR_MULTICAST(a) && 	\
    331        1.2   itojun 	 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_SITELOCAL))
    332        1.2   itojun #define IN6_IS_ADDR_MC_ORGLOCAL(a)	\
    333        1.2   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    334        1.2   itojun 	 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_ORGLOCAL))
    335        1.2   itojun #define IN6_IS_ADDR_MC_GLOBAL(a)	\
    336        1.2   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    337        1.2   itojun 	 (IPV6_ADDR_MC_SCOPE(a) == IPV6_ADDR_SCOPE_GLOBAL))
    338        1.7   itojun #else
    339        1.7   itojun #define IN6_IS_ADDR_MC_NODELOCAL(a)	\
    340        1.7   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    341        1.7   itojun 	 (__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_NODELOCAL))
    342        1.7   itojun #define IN6_IS_ADDR_MC_LINKLOCAL(a)	\
    343        1.7   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    344        1.7   itojun 	 (__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_LINKLOCAL))
    345        1.7   itojun #define IN6_IS_ADDR_MC_SITELOCAL(a)	\
    346        1.7   itojun 	(IN6_IS_ADDR_MULTICAST(a) && 	\
    347        1.7   itojun 	 (__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_SITELOCAL))
    348        1.7   itojun #define IN6_IS_ADDR_MC_ORGLOCAL(a)	\
    349        1.7   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    350        1.7   itojun 	 (__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_ORGLOCAL))
    351        1.7   itojun #define IN6_IS_ADDR_MC_GLOBAL(a)	\
    352        1.7   itojun 	(IN6_IS_ADDR_MULTICAST(a) &&	\
    353        1.7   itojun 	 (__IPV6_ADDR_MC_SCOPE(a) == __IPV6_ADDR_SCOPE_GLOBAL))
    354        1.7   itojun #endif
    355        1.2   itojun 
    356       1.29   itojun #ifdef _KERNEL	/* nonstandard */
    357        1.2   itojun /*
    358        1.2   itojun  * KAME Scope
    359        1.2   itojun  */
    360        1.2   itojun #define IN6_IS_SCOPE_LINKLOCAL(a)	\
    361        1.2   itojun 	((IN6_IS_ADDR_LINKLOCAL(a)) ||	\
    362        1.2   itojun 	 (IN6_IS_ADDR_MC_LINKLOCAL(a)))
    363       1.41   itojun 
    364  1.45.12.1     yamt #define	IN6_IS_SCOPE_EMBEDDABLE(__a)	\
    365  1.45.12.1     yamt     (IN6_IS_SCOPE_LINKLOCAL(__a) || IN6_IS_ADDR_MC_INTFACELOCAL(__a))
    366  1.45.12.1     yamt 
    367       1.41   itojun #define IFA6_IS_DEPRECATED(a) \
    368       1.41   itojun 	((a)->ia6_lifetime.ia6t_pltime != ND6_INFINITE_LIFETIME && \
    369  1.45.12.1     yamt 	 (u_int32_t)((time_second - (a)->ia6_updatetime)) > \
    370       1.41   itojun 	 (a)->ia6_lifetime.ia6t_pltime)
    371       1.41   itojun #define IFA6_IS_INVALID(a) \
    372       1.41   itojun 	((a)->ia6_lifetime.ia6t_vltime != ND6_INFINITE_LIFETIME && \
    373  1.45.12.1     yamt 	 (u_int32_t)((time_second - (a)->ia6_updatetime)) > \
    374       1.41   itojun 	 (a)->ia6_lifetime.ia6t_vltime)
    375        1.7   itojun #endif
    376        1.2   itojun 
    377        1.2   itojun /*
    378        1.2   itojun  * IP6 route structure
    379        1.2   itojun  */
    380       1.42    bjh21 #if defined(_NETBSD_SOURCE)
    381        1.4   kleink struct route_in6 {
    382        1.2   itojun 	struct	rtentry *ro_rt;
    383        1.2   itojun 	struct	sockaddr_in6 ro_dst;
    384        1.2   itojun };
    385        1.4   kleink #endif
    386        1.2   itojun 
    387        1.2   itojun /*
    388        1.2   itojun  * Options for use with [gs]etsockopt at the IPV6 level.
    389        1.2   itojun  * First word of comment is data type; bool is stored in int.
    390        1.2   itojun  */
    391        1.2   itojun /* no hdrincl */
    392  1.45.12.2     yamt #if 0
    393  1.45.12.2     yamt /* These are deprecated non-standard options which are no longer supported. */
    394  1.45.12.2     yamt #define IPV6_OPTIONS		1  /* buf/ip6_opts; set/get IP6 options */
    395        1.2   itojun #define IPV6_RECVOPTS		5  /* bool; receive all IP6 opts w/dgram */
    396        1.2   itojun #define IPV6_RECVRETOPTS	6  /* bool; receive IP6 opts for response */
    397        1.2   itojun #define IPV6_RECVDSTADDR	7  /* bool; receive IP6 dst addr w/dgram */
    398        1.2   itojun #define IPV6_RETOPTS		8  /* ip6_opts; set/get IP6 options */
    399  1.45.12.2     yamt #endif
    400  1.45.12.2     yamt #define IPV6_SOCKOPT_RESERVED1	3  /* reserved for future use */
    401  1.45.12.2     yamt #define IPV6_UNICAST_HOPS	4  /* int; IP6 hops */
    402       1.27   itojun #define IPV6_MULTICAST_IF	9  /* u_int; set/get IP6 multicast i/f  */
    403       1.27   itojun #define IPV6_MULTICAST_HOPS	10 /* int; set/get IP6 multicast hops */
    404       1.27   itojun #define IPV6_MULTICAST_LOOP	11 /* u_int; set/get IP6 multicast loopback */
    405        1.2   itojun #define IPV6_JOIN_GROUP		12 /* ip6_mreq; join a group membership */
    406        1.2   itojun #define IPV6_LEAVE_GROUP	13 /* ip6_mreq; leave a group membership */
    407        1.2   itojun #define IPV6_PORTRANGE		14 /* int; range to choose for unspec port */
    408       1.42    bjh21 #if defined(_NETBSD_SOURCE)
    409        1.2   itojun #define ICMP6_FILTER		18 /* icmp6_filter; icmp6 filter */
    410       1.36   kleink #endif
    411  1.45.12.1     yamt /* RFC2292 options */
    412  1.45.12.1     yamt #ifdef _KERNEL
    413  1.45.12.1     yamt #define IPV6_2292PKTINFO	19 /* bool; send/recv if, src/dst addr */
    414  1.45.12.1     yamt #define IPV6_2292HOPLIMIT	20 /* bool; hop limit */
    415  1.45.12.1     yamt #define IPV6_2292NEXTHOP	21 /* bool; next hop addr */
    416  1.45.12.1     yamt #define IPV6_2292HOPOPTS	22 /* bool; hop-by-hop option */
    417  1.45.12.3     yamt #define IPV6_2292DSTOPTS	23 /* bool; destination option */
    418  1.45.12.1     yamt #define IPV6_2292RTHDR		24 /* bool; routing header */
    419  1.45.12.1     yamt #define IPV6_2292PKTOPTIONS	25 /* buf/cmsghdr; set/get IPv6 options */
    420  1.45.12.1     yamt #endif
    421        1.2   itojun #define IPV6_CHECKSUM		26 /* int; checksum offset for raw socket */
    422       1.30   itojun #define IPV6_V6ONLY		27 /* bool; make AF_INET6 sockets v6 only */
    423        1.2   itojun 
    424       1.31   itojun #if 1 /* IPSEC */
    425        1.2   itojun #define IPV6_IPSEC_POLICY	28 /* struct; get/set security policy */
    426        1.2   itojun #endif
    427        1.7   itojun #define IPV6_FAITH		29 /* bool; accept FAITH'ed connections */
    428  1.45.12.1     yamt 
    429  1.45.12.1     yamt /* new socket options introduced in RFC3542 */
    430  1.45.12.1     yamt #define IPV6_RTHDRDSTOPTS       35 /* ip6_dest; send dst option before rthdr */
    431  1.45.12.1     yamt 
    432  1.45.12.1     yamt #define IPV6_RECVPKTINFO        36 /* bool; recv if, dst addr */
    433  1.45.12.1     yamt #define IPV6_RECVHOPLIMIT       37 /* bool; recv hop limit */
    434  1.45.12.1     yamt #define IPV6_RECVRTHDR          38 /* bool; recv routing header */
    435  1.45.12.1     yamt #define IPV6_RECVHOPOPTS        39 /* bool; recv hop-by-hop option */
    436  1.45.12.1     yamt #define IPV6_RECVDSTOPTS        40 /* bool; recv dst option after rthdr */
    437  1.45.12.1     yamt #ifdef _KERNEL
    438  1.45.12.1     yamt #define IPV6_RECVRTHDRDSTOPTS   41 /* bool; recv dst option before rthdr */
    439  1.45.12.1     yamt #endif
    440       1.45   itojun #define IPV6_USE_MIN_MTU	42 /* bool; send packets at the minimum MTU */
    441  1.45.12.1     yamt #define IPV6_RECVPATHMTU	43 /* bool; notify an according MTU */
    442  1.45.12.1     yamt #define IPV6_PATHMTU		44 /* mtuinfo; get the current path MTU (sopt),
    443  1.45.12.1     yamt 				      4 bytes int; MTU notification (cmsg) */
    444  1.45.12.1     yamt 
    445  1.45.12.1     yamt /* more new socket options introduced in RFC3542 */
    446  1.45.12.1     yamt #define IPV6_PKTINFO		46 /* in6_pktinfo; send if, src addr */
    447  1.45.12.1     yamt #define IPV6_HOPLIMIT		47 /* int; send hop limit */
    448  1.45.12.1     yamt #define IPV6_NEXTHOP		48 /* sockaddr; next hop addr */
    449  1.45.12.1     yamt #define IPV6_HOPOPTS		49 /* ip6_hbh; send hop-by-hop option */
    450  1.45.12.1     yamt #define IPV6_DSTOPTS		50 /* ip6_dest; send dst option befor rthdr */
    451  1.45.12.1     yamt #define IPV6_RTHDR		51 /* ip6_rthdr; send routing header */
    452  1.45.12.1     yamt 
    453  1.45.12.1     yamt #define IPV6_RECVTCLASS		57 /* bool; recv traffic class values */
    454  1.45.12.1     yamt #ifdef _KERNEL
    455  1.45.12.1     yamt #define IPV6_OTCLASS		58 /* u_int8_t; send traffic class value */
    456  1.45.12.1     yamt #endif
    457  1.45.12.1     yamt 
    458  1.45.12.1     yamt #define IPV6_TCLASS		61 /* int; send traffic class value */
    459  1.45.12.1     yamt #define IPV6_DONTFRAG		62 /* bool; disable IPv6 fragmentation */
    460       1.20   itojun /* to define items, should talk with KAME guys first, for *BSD compatibility */
    461        1.2   itojun 
    462        1.2   itojun #define IPV6_RTHDR_LOOSE     0 /* this hop need not be a neighbor. XXX old spec */
    463        1.2   itojun #define IPV6_RTHDR_STRICT    1 /* this hop must be a neighbor. XXX old spec */
    464        1.2   itojun #define IPV6_RTHDR_TYPE_0    0 /* IPv6 routing header type 0 */
    465        1.2   itojun 
    466        1.2   itojun /*
    467        1.2   itojun  * Defaults and limits for options
    468        1.2   itojun  */
    469        1.2   itojun #define IPV6_DEFAULT_MULTICAST_HOPS 1	/* normally limit m'casts to 1 hop  */
    470        1.2   itojun #define IPV6_DEFAULT_MULTICAST_LOOP 1	/* normally hear sends if a member  */
    471        1.2   itojun 
    472        1.2   itojun /*
    473        1.2   itojun  * Argument structure for IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.
    474        1.2   itojun  */
    475        1.2   itojun struct ipv6_mreq {
    476        1.2   itojun 	struct in6_addr	ipv6mr_multiaddr;
    477       1.15     danw 	unsigned int	ipv6mr_interface;
    478        1.2   itojun };
    479        1.2   itojun 
    480        1.2   itojun /*
    481        1.2   itojun  * IPV6_PKTINFO: Packet information(RFC2292 sec 5)
    482        1.2   itojun  */
    483        1.2   itojun struct in6_pktinfo {
    484       1.15     danw 	struct in6_addr	ipi6_addr;	/* src/dst IPv6 address */
    485       1.15     danw 	unsigned int	ipi6_ifindex;	/* send/recv interface index */
    486        1.2   itojun };
    487        1.2   itojun 
    488        1.2   itojun /*
    489  1.45.12.1     yamt  * Control structure for IPV6_RECVPATHMTU socket option.
    490  1.45.12.1     yamt  */
    491  1.45.12.1     yamt struct ip6_mtuinfo {
    492  1.45.12.1     yamt 	struct sockaddr_in6 ip6m_addr;	/* or sockaddr_storage? */
    493  1.45.12.1     yamt 	uint32_t ip6m_mtu;
    494  1.45.12.1     yamt };
    495  1.45.12.1     yamt 
    496  1.45.12.1     yamt /*
    497        1.2   itojun  * Argument for IPV6_PORTRANGE:
    498        1.2   itojun  * - which range to search when port is unspecified at bind() or connect()
    499        1.2   itojun  */
    500        1.2   itojun #define	IPV6_PORTRANGE_DEFAULT	0	/* default range */
    501        1.2   itojun #define	IPV6_PORTRANGE_HIGH	1	/* "high" - request firewall bypass */
    502        1.2   itojun #define	IPV6_PORTRANGE_LOW	2	/* "low" - vouchsafe security */
    503        1.2   itojun 
    504       1.42    bjh21 #if defined(_NETBSD_SOURCE)
    505        1.2   itojun /*
    506        1.2   itojun  * Definitions for inet6 sysctl operations.
    507        1.2   itojun  *
    508        1.2   itojun  * Third level is protocol number.
    509        1.2   itojun  * Fourth level is desired variable within that protocol.
    510        1.2   itojun  */
    511        1.2   itojun #define IPV6PROTO_MAXID	(IPPROTO_PIM + 1)	/* don't list to IPV6PROTO_MAX */
    512        1.2   itojun 
    513        1.2   itojun #define CTL_IPV6PROTO_NAMES { \
    514        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    515        1.2   itojun 	{ 0, 0 }, \
    516        1.2   itojun 	{ "tcp6", CTLTYPE_NODE }, \
    517        1.2   itojun 	{ 0, 0 }, \
    518        1.2   itojun 	{ 0, 0 }, \
    519        1.2   itojun 	{ 0, 0 }, \
    520        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    521        1.2   itojun 	{ 0, 0 }, \
    522        1.2   itojun 	{ 0, 0 }, \
    523        1.2   itojun 	{ "udp6", CTLTYPE_NODE }, \
    524        1.2   itojun 	{ 0, 0 }, \
    525        1.2   itojun 	{ 0, 0 }, \
    526        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    527        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    528        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    529        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    530        1.2   itojun 	{ 0, 0 }, \
    531        1.2   itojun 	{ "ip6", CTLTYPE_NODE }, \
    532        1.2   itojun 	{ 0, 0 }, \
    533        1.2   itojun 	{ 0, 0 }, \
    534        1.2   itojun 	{ 0, 0 }, \
    535        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    536        1.3   itojun 	{ 0, 0 }, \
    537        1.2   itojun 	{ "ipsec6", CTLTYPE_NODE }, \
    538        1.2   itojun 	{ 0, 0 }, \
    539        1.2   itojun 	{ 0, 0 }, \
    540        1.2   itojun 	{ 0, 0 }, \
    541        1.2   itojun 	{ 0, 0 }, \
    542        1.2   itojun 	{ 0, 0 }, \
    543        1.2   itojun 	{ 0, 0 }, \
    544        1.2   itojun 	{ "icmp6", CTLTYPE_NODE }, \
    545        1.2   itojun 	{ 0, 0 }, \
    546        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    547        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    548        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    549        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    550        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    551        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    552        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    553        1.2   itojun 	{ 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, \
    554        1.2   itojun 	{ 0, 0 }, \
    555        1.2   itojun 	{ 0, 0 }, \
    556        1.2   itojun 	{ 0, 0 }, \
    557        1.2   itojun 	{ "pim6", CTLTYPE_NODE }, \
    558        1.2   itojun }
    559        1.2   itojun 
    560        1.2   itojun /*
    561        1.2   itojun  * Names for IP sysctl objects
    562        1.2   itojun  */
    563        1.2   itojun #define IPV6CTL_FORWARDING	1	/* act as router */
    564        1.2   itojun #define IPV6CTL_SENDREDIRECTS	2	/* may send redirects when forwarding*/
    565        1.2   itojun #define IPV6CTL_DEFHLIM		3	/* default Hop-Limit */
    566        1.2   itojun #ifdef notyet
    567        1.2   itojun #define IPV6CTL_DEFMTU		4	/* default MTU */
    568        1.2   itojun #endif
    569        1.2   itojun #define IPV6CTL_FORWSRCRT	5	/* forward source-routed dgrams */
    570        1.2   itojun #define IPV6CTL_STATS		6	/* stats */
    571        1.2   itojun #define IPV6CTL_MRTSTATS	7	/* multicast forwarding stats */
    572        1.2   itojun #define IPV6CTL_MRTPROTO	8	/* multicast routing protocol */
    573        1.2   itojun #define IPV6CTL_MAXFRAGPACKETS	9	/* max packets reassembly queue */
    574        1.2   itojun #define IPV6CTL_SOURCECHECK	10	/* verify source route and intf */
    575        1.2   itojun #define IPV6CTL_SOURCECHECK_LOGINT 11	/* minimume logging interval */
    576        1.2   itojun #define IPV6CTL_ACCEPT_RTADV	12
    577        1.2   itojun #define IPV6CTL_KEEPFAITH	13
    578        1.2   itojun #define IPV6CTL_LOG_INTERVAL	14
    579        1.2   itojun #define IPV6CTL_HDRNESTLIMIT	15
    580        1.2   itojun #define IPV6CTL_DAD_COUNT	16
    581        1.2   itojun #define IPV6CTL_AUTO_FLOWLABEL	17
    582        1.2   itojun #define IPV6CTL_DEFMCASTHLIM	18
    583        1.2   itojun #define IPV6CTL_GIF_HLIM	19	/* default HLIM for gif encap packet */
    584        1.2   itojun #define IPV6CTL_KAME_VERSION	20
    585        1.7   itojun #define IPV6CTL_USE_DEPRECATED	21	/* use deprecated addr (RFC2462 5.5.4) */
    586        1.7   itojun #define IPV6CTL_RR_PRUNE	22	/* walk timer for router renumbering */
    587       1.33   itojun /* 23: reserved */
    588       1.28   itojun #define IPV6CTL_V6ONLY		24
    589       1.19   itojun /* 25 to 27: reserved */
    590       1.19   itojun #define IPV6CTL_ANONPORTMIN	28	/* minimum ephemeral port */
    591       1.19   itojun #define IPV6CTL_ANONPORTMAX	29	/* maximum ephemeral port */
    592       1.19   itojun #define IPV6CTL_LOWPORTMIN	30	/* minimum reserved port */
    593       1.19   itojun #define IPV6CTL_LOWPORTMAX	31	/* maximum reserved port */
    594  1.45.12.1     yamt /* 32 to 38: reserved */
    595  1.45.12.1     yamt #define IPV6CTL_USE_DEFAULTZONE	39	/* use default scope zone */
    596  1.45.12.1     yamt /* 40: reserved */
    597       1.40   itojun #define IPV6CTL_MAXFRAGS	41	/* max fragments */
    598       1.44   itojun #define IPV6CTL_IFQ		42	/* ip6intrq node */
    599        1.2   itojun /* New entries should be added here from current IPV6CTL_MAXID value. */
    600       1.19   itojun /* to define items, should talk with KAME guys first, for *BSD compatibility */
    601       1.44   itojun #define IPV6CTL_MAXID		43
    602        1.7   itojun 
    603        1.2   itojun #define IPV6CTL_NAMES { \
    604        1.2   itojun 	{ 0, 0 }, \
    605        1.2   itojun 	{ "forwarding", CTLTYPE_INT }, \
    606        1.2   itojun 	{ "redirect", CTLTYPE_INT }, \
    607        1.2   itojun 	{ "hlim", CTLTYPE_INT }, \
    608        1.2   itojun 	{ "mtu", CTLTYPE_INT }, \
    609        1.2   itojun 	{ "forwsrcrt", CTLTYPE_INT }, \
    610  1.45.12.1     yamt 	{ "stats", CTLTYPE_STRUCT }, \
    611        1.2   itojun 	{ 0, 0 }, \
    612        1.2   itojun 	{ "mrtproto", CTLTYPE_INT }, \
    613        1.2   itojun 	{ "maxfragpackets", CTLTYPE_INT }, \
    614        1.2   itojun 	{ "sourcecheck", CTLTYPE_INT }, \
    615        1.2   itojun 	{ "sourcecheck_logint", CTLTYPE_INT }, \
    616        1.2   itojun 	{ "accept_rtadv", CTLTYPE_INT }, \
    617        1.2   itojun 	{ "keepfaith", CTLTYPE_INT }, \
    618        1.2   itojun 	{ "log_interval", CTLTYPE_INT }, \
    619        1.2   itojun 	{ "hdrnestlimit", CTLTYPE_INT }, \
    620        1.2   itojun 	{ "dad_count", CTLTYPE_INT }, \
    621        1.2   itojun 	{ "auto_flowlabel", CTLTYPE_INT }, \
    622        1.2   itojun 	{ "defmcasthlim", CTLTYPE_INT }, \
    623        1.2   itojun 	{ "gifhlim", CTLTYPE_INT }, \
    624        1.2   itojun 	{ "kame_version", CTLTYPE_STRING }, \
    625        1.7   itojun 	{ "use_deprecated", CTLTYPE_INT }, \
    626        1.7   itojun 	{ "rr_prune", CTLTYPE_INT }, \
    627        1.9   itojun 	{ 0, 0 }, \
    628       1.39   itojun 	{ "v6only", CTLTYPE_INT }, \
    629       1.19   itojun 	{ 0, 0 }, \
    630       1.19   itojun 	{ 0, 0 }, \
    631       1.19   itojun 	{ 0, 0 }, \
    632       1.19   itojun 	{ "anonportmin", CTLTYPE_INT }, \
    633       1.19   itojun 	{ "anonportmax", CTLTYPE_INT }, \
    634       1.19   itojun 	{ "lowportmin", CTLTYPE_INT }, \
    635       1.19   itojun 	{ "lowportmax", CTLTYPE_INT }, \
    636       1.40   itojun 	{ 0, 0 }, \
    637       1.40   itojun 	{ 0, 0 }, \
    638       1.40   itojun 	{ 0, 0 }, \
    639       1.40   itojun 	{ 0, 0 }, \
    640       1.40   itojun 	{ 0, 0 }, \
    641       1.40   itojun 	{ 0, 0 }, \
    642       1.40   itojun 	{ 0, 0 }, \
    643       1.40   itojun 	{ 0, 0 }, \
    644       1.40   itojun 	{ 0, 0 }, \
    645       1.40   itojun 	{ "maxfrags", CTLTYPE_INT }, \
    646       1.44   itojun 	{ "ifq", CTLTYPE_NODE }, \
    647        1.2   itojun }
    648        1.2   itojun 
    649       1.42    bjh21 #endif /* _NETBSD_SOURCE */
    650        1.2   itojun 
    651        1.2   itojun #ifdef _KERNEL
    652        1.2   itojun struct cmsghdr;
    653       1.26  thorpej 
    654       1.26  thorpej /*
    655       1.26  thorpej  * in6_cksum_phdr:
    656       1.26  thorpej  *
    657       1.26  thorpej  *	Compute significant parts of the IPv6 checksum pseudo-header
    658       1.26  thorpej  *	for use in a delayed TCP/UDP checksum calculation.
    659       1.26  thorpej  *
    660       1.26  thorpej  *	Args:
    661       1.26  thorpej  *
    662       1.26  thorpej  *		src		Source IPv6 address
    663       1.26  thorpej  *		dst		Destination IPv6 address
    664       1.26  thorpej  *		len		htonl(proto-hdr-len)
    665       1.26  thorpej  *		nxt		htonl(next-proto-number)
    666       1.26  thorpej  *
    667       1.26  thorpej  *	NOTE: We expect the src and dst addresses to be 16-bit
    668       1.26  thorpej  *	aligned!
    669       1.26  thorpej  */
    670       1.26  thorpej static __inline u_int16_t __attribute__((__unused__))
    671       1.26  thorpej in6_cksum_phdr(const struct in6_addr *src, const struct in6_addr *dst,
    672       1.26  thorpej     u_int32_t len, u_int32_t nxt)
    673       1.26  thorpej {
    674       1.26  thorpej 	u_int32_t sum = 0;
    675       1.26  thorpej 	const u_int16_t *w;
    676       1.26  thorpej 
    677       1.32    perry 	/*LINTED*/
    678       1.32    perry 	w = (const u_int16_t *) src;
    679       1.26  thorpej 	sum += w[0];
    680       1.26  thorpej 	if (!IN6_IS_SCOPE_LINKLOCAL(src))
    681       1.26  thorpej 		sum += w[1];
    682       1.26  thorpej 	sum += w[2]; sum += w[3]; sum += w[4]; sum += w[5];
    683       1.41   itojun 	sum += w[6]; sum += w[7];
    684       1.26  thorpej 
    685       1.32    perry 	/*LINTED*/
    686       1.32    perry 	w = (const u_int16_t *) dst;
    687       1.26  thorpej 	sum += w[0];
    688       1.26  thorpej 	if (!IN6_IS_SCOPE_LINKLOCAL(dst))
    689       1.26  thorpej 		sum += w[1];
    690       1.26  thorpej 	sum += w[2]; sum += w[3]; sum += w[4]; sum += w[5];
    691       1.26  thorpej 	sum += w[6]; sum += w[7];
    692       1.26  thorpej 
    693       1.26  thorpej 	sum += (u_int16_t)(len >> 16) + (u_int16_t)(len /*& 0xffff*/);
    694       1.26  thorpej 
    695       1.26  thorpej 	sum += (u_int16_t)(nxt >> 16) + (u_int16_t)(nxt /*& 0xffff*/);
    696       1.26  thorpej 
    697       1.26  thorpej 	sum = (u_int16_t)(sum >> 16) + (u_int16_t)(sum /*& 0xffff*/);
    698       1.26  thorpej 
    699       1.26  thorpej 	if (sum > 0xffff)
    700       1.26  thorpej 		sum -= 0xffff;
    701       1.26  thorpej 
    702       1.26  thorpej 	return (sum);
    703       1.26  thorpej }
    704        1.2   itojun 
    705  1.45.12.1     yamt struct mbuf;
    706  1.45.12.1     yamt struct ifnet;
    707        1.7   itojun int	in6_cksum __P((struct mbuf *, u_int8_t, u_int32_t, u_int32_t));
    708  1.45.12.1     yamt void	in6_delayed_cksum __P((struct mbuf *));
    709        1.2   itojun int	in6_localaddr __P((struct in6_addr *));
    710        1.2   itojun int	in6_addrscope __P((struct in6_addr *));
    711        1.2   itojun struct	in6_ifaddr *in6_ifawithifp __P((struct ifnet *, struct in6_addr *));
    712        1.2   itojun extern void in6_if_up __P((struct ifnet *));
    713  1.45.12.1     yamt #ifndef __FreeBSD__
    714  1.45.12.1     yamt extern int in6_src_sysctl __P((void *, size_t *, void *, size_t));
    715  1.45.12.1     yamt #endif
    716  1.45.12.1     yamt extern void addrsel_policy_init __P((void));
    717       1.11  darrenr extern	u_char	ip6_protox[];
    718        1.2   itojun 
    719        1.2   itojun #define	satosin6(sa)	((struct sockaddr_in6 *)(sa))
    720  1.45.12.3     yamt #define	satocsin6(sa)	((const struct sockaddr_in6 *)(sa))
    721        1.2   itojun #define	sin6tosa(sin6)	((struct sockaddr *)(sin6))
    722        1.2   itojun #define	ifatoia6(ifa)	((struct in6_ifaddr *)(ifa))
    723        1.2   itojun #endif /* _KERNEL */
    724        1.2   itojun 
    725       1.42    bjh21 #if defined(_NETBSD_SOURCE)
    726       1.38   kleink 
    727       1.38   kleink #include <machine/ansi.h>
    728       1.38   kleink 
    729       1.38   kleink #ifdef	_BSD_SIZE_T_
    730       1.38   kleink typedef	_BSD_SIZE_T_		size_t;
    731       1.38   kleink #define	_SIZE_T
    732       1.38   kleink #undef	_BSD_SIZE_T_
    733       1.38   kleink #endif
    734       1.38   kleink 
    735       1.38   kleink #include <sys/cdefs.h>
    736       1.38   kleink 
    737        1.2   itojun __BEGIN_DECLS
    738        1.2   itojun struct cmsghdr;
    739        1.2   itojun 
    740       1.21   itojun extern int inet6_option_space __P((int));
    741       1.21   itojun extern int inet6_option_init __P((void *, struct cmsghdr **, int));
    742       1.38   kleink extern int inet6_option_append __P((struct cmsghdr *, const uint8_t *,
    743       1.21   itojun 	int, int));
    744       1.38   kleink extern uint8_t *inet6_option_alloc __P((struct cmsghdr *, int, int, int));
    745       1.38   kleink extern int inet6_option_next __P((const struct cmsghdr *, uint8_t **));
    746       1.38   kleink extern int inet6_option_find __P((const struct cmsghdr *, uint8_t **, int));
    747        1.2   itojun 
    748        1.2   itojun extern size_t inet6_rthdr_space __P((int, int));
    749        1.2   itojun extern struct cmsghdr *inet6_rthdr_init __P((void *, int));
    750        1.2   itojun extern int inet6_rthdr_add __P((struct cmsghdr *, const struct in6_addr *,
    751        1.2   itojun 		unsigned int));
    752        1.2   itojun extern int inet6_rthdr_lasthop __P((struct cmsghdr *, unsigned int));
    753        1.2   itojun #if 0 /* not implemented yet */
    754        1.2   itojun extern int inet6_rthdr_reverse __P((const struct cmsghdr *, struct cmsghdr *));
    755        1.2   itojun #endif
    756        1.2   itojun extern int inet6_rthdr_segments __P((const struct cmsghdr *));
    757        1.2   itojun extern struct in6_addr *inet6_rthdr_getaddr __P((struct cmsghdr *, int));
    758        1.2   itojun extern int inet6_rthdr_getflags __P((const struct cmsghdr *, int));
    759  1.45.12.1     yamt 
    760  1.45.12.1     yamt extern int inet6_opt_init __P((void *, socklen_t));
    761  1.45.12.1     yamt extern int inet6_opt_append __P((void *, socklen_t, int, uint8_t,
    762  1.45.12.1     yamt 		socklen_t, uint8_t, void **));
    763  1.45.12.1     yamt extern int inet6_opt_finish __P((void *, socklen_t, int));
    764  1.45.12.1     yamt extern int inet6_opt_set_val __P((void *, int, void *, socklen_t));
    765  1.45.12.1     yamt 
    766  1.45.12.1     yamt extern int inet6_opt_next __P((void *, socklen_t, int, uint8_t *,
    767  1.45.12.1     yamt 		socklen_t *, void **));
    768  1.45.12.1     yamt extern int inet6_opt_find __P((void *, socklen_t, int, uint8_t,
    769  1.45.12.1     yamt 		socklen_t *, void **));
    770  1.45.12.1     yamt extern int inet6_opt_get_val __P((void *, int, void *, socklen_t));
    771  1.45.12.1     yamt extern socklen_t inet6_rth_space __P((int, int));
    772  1.45.12.1     yamt extern void *inet6_rth_init __P((void *, socklen_t, int, int));
    773  1.45.12.1     yamt extern int inet6_rth_add __P((void *, const struct in6_addr *));
    774  1.45.12.1     yamt extern int inet6_rth_reverse __P((const void *, void *));
    775  1.45.12.1     yamt extern int inet6_rth_segments __P((const void *));
    776  1.45.12.1     yamt extern struct in6_addr *inet6_rth_getaddr __P((const void *, int));
    777        1.2   itojun __END_DECLS
    778       1.42    bjh21 #endif /* _NETBSD_SOURCE */
    779        1.2   itojun 
    780        1.2   itojun #endif /* !_NETINET6_IN6_H_ */
    781