| 9 | | +#define NS_TYPE_ELT 0x40 /*%< EDNS0 extended label type */ |
|---|
| | 9 | +/* |
|---|
| | 10 | +Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") |
|---|
| | 11 | +Copyright (C) 1996-2003 Internet Software Consortium. |
|---|
| | 12 | + |
|---|
| | 13 | +Permission to use, copy, modify, and distribute this software for any |
|---|
| | 14 | +purpose with or without fee is hereby granted, provided that the above |
|---|
| | 15 | +copyright notice and this permission notice appear in all copies. |
|---|
| | 16 | + |
|---|
| | 17 | +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH |
|---|
| | 18 | +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
|---|
| | 19 | +AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, |
|---|
| | 20 | +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
|---|
| | 21 | +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE |
|---|
| | 22 | +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
|---|
| | 23 | +PERFORMANCE OF THIS SOFTWARE. |
|---|
| | 24 | + |
|---|
| | 25 | +$Id: COPYRIGHT,v 1.9.18.3 2007/01/08 02:41:59 marka Exp $ |
|---|
| | 26 | + |
|---|
| | 27 | +Portions Copyright (C) 1996-2001 Nominum, Inc. |
|---|
| | 28 | + |
|---|
| | 29 | +Permission to use, copy, modify, and distribute this software for any |
|---|
| | 30 | +purpose with or without fee is hereby granted, provided that the above |
|---|
| | 31 | +copyright notice and this permission notice appear in all copies. |
|---|
| | 32 | + |
|---|
| | 33 | +THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES |
|---|
| | 34 | +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
|---|
| | 35 | +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR |
|---|
| | 36 | +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|---|
| | 37 | +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|---|
| | 38 | +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
|---|
| | 39 | +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|---|
| | 40 | +*/ |
|---|
| | 41 | +#define NS_TYPE_ELT 0x40 /*%< EDNS0 extended label |
|---|
| | 42 | +type |
|---|
| | 43 | +*/ |
|---|