ipv6.c revision 258945
1238438Sdteske/*
2238438Sdteske * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
3238438Sdteske * Copyright (C) 1999-2001  Internet Software Consortium.
4238438Sdteske *
5238438Sdteske * Permission to use, copy, modify, and/or distribute this software for any
6238438Sdteske * purpose with or without fee is hereby granted, provided that the above
7238438Sdteske * copyright notice and this permission notice appear in all copies.
8238438Sdteske *
9238438Sdteske * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10238438Sdteske * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11238438Sdteske * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12238438Sdteske * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13238438Sdteske * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14238438Sdteske * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15238438Sdteske * PERFORMANCE OF THIS SOFTWARE.
16238438Sdteske */
17238438Sdteske
18238438Sdteske/* $Id: ipv6.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
19238438Sdteske
20240797Sdteske#include <isc/net.h>
21238438Sdteske#include <isc/platform.h>
22238438Sdteske
23238438SdteskeLIBISC_EXTERNAL_DATA const struct in6_addr isc_in6addr_any =
24238438Sdteske	IN6ADDR_ANY_INIT;
25238438Sdteske
26238438SdteskeLIBISC_EXTERNAL_DATA const struct in6_addr isc_in6addr_loopback =
27238438Sdteske	IN6ADDR_LOOPBACK_INIT;
28238438Sdteske