nxt.c revision 419590499823ce15b5d2ad4fe71eaf04bd5a86c0
/*
* Copyright (C) 1999, 2000 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
#include <config.h>
#include <string.h>
#include <isc/assertions.h>
#include <dns/dbiterator.h>
#include <dns/rdataset.h>
#include <dns/rdatasetiter.h>
#include <dns/rdatalist.h>
if (result != ISC_R_SUCCESS) { \
isc_result_totext(result)); \
goto failure; \
} \
} while (0)
static void
if (bit)
else
}
static unsigned int
}
{
isc_region_t r;
int i;
unsigned char *nxt_bits;
unsigned int max_type;
dns_name_toregion(target, &r);
if (result != ISC_R_SUCCESS)
return (result);
result == ISC_R_SUCCESS;
{
return DNS_R_RANGE; /* XXX "rdataset type too large" */
}
}
/* At zone cuts, deny the existence of glue in the parent zone. */
for (i = 0; i < 128; i++) {
}
}
if (result != ISC_R_NOMORE)
return (result);
&r);
return (ISC_R_SUCCESS);
}
{
unsigned char data[DNS_NXT_BUFFERSIZE];
0, NULL);
if (result == DNS_R_UNCHANGED)
return (result);
}