ipv6.c revision 258945
113675Sdyson/*
213675Sdyson * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
313675Sdyson * Copyright (C) 1999-2001  Internet Software Consortium.
413675Sdyson *
513675Sdyson * Permission to use, copy, modify, and/or distribute this software for any
613675Sdyson * purpose with or without fee is hereby granted, provided that the above
713675Sdyson * copyright notice and this permission notice appear in all copies.
813675Sdyson *
913675Sdyson * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
1013675Sdyson * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1113675Sdyson * AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
1213675Sdyson * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1313675Sdyson * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1413675Sdyson * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1513675Sdyson * PERFORMANCE OF THIS SOFTWARE.
1614037Sdyson */
1713675Sdyson
1813675Sdyson/* $Id: ipv6.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
1950477Speter
2013675Sdyson#include <isc/net.h>
2113675Sdyson#include <isc/platform.h>
2213675Sdyson
2313675SdysonLIBISC_EXTERNAL_DATA const struct in6_addr isc_in6addr_any =
2413675Sdyson	IN6ADDR_ANY_INIT;
2513675Sdyson
2613675SdysonLIBISC_EXTERNAL_DATA const struct in6_addr isc_in6addr_loopback =
2713675Sdyson	IN6ADDR_LOOPBACK_INIT;
2813675Sdyson