a6_38.c revision 3d17a3ba61a303d5c4d9867068d0fbe9f24d2988
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* 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 ISC DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS. IN NO EVENT SHALL ISC 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.
*/
/* $Id: a6_38.c,v 1.55 2009/12/04 21:09:34 marka Exp $ */
/* RFC2874 */
#ifndef RDATA_IN_1_A6_28_C
#define RDATA_IN_1_A6_28_C
#define RRTYPE_A6_ATTRIBUTES (0)
static inline isc_result_t
unsigned char addr[16];
unsigned char prefixlen;
unsigned char octets;
unsigned char mask;
/*
* Prefix length.
*/
ISC_FALSE));
/*
* Suffix.
*/
if (prefixlen != 128) {
/*
* Prefix 0..127.
*/
/*
* Octets 0..15.
*/
ISC_FALSE));
}
if (prefixlen == 0)
return (ISC_R_SUCCESS);
ISC_FALSE));
if ((options & DNS_RDATA_CHECKNAMES) != 0)
return (ISC_R_SUCCESS);
}
static inline isc_result_t
unsigned char addr[16];
unsigned char prefixlen;
unsigned char octets;
unsigned char mask;
char buf[sizeof("128")];
if (prefixlen != 128) {
}
if (prefixlen == 0)
return (ISC_R_SUCCESS);
}
static inline isc_result_t
unsigned char prefixlen;
unsigned char octets;
unsigned char mask;
/*
* Prefix length.
*/
return (ISC_R_UNEXPECTEDEND);
if (prefixlen > 128)
return (ISC_R_RANGE);
/*
* Suffix.
*/
if (prefixlen != 128) {
return (ISC_R_UNEXPECTEDEND);
}
if (prefixlen == 0)
return (ISC_R_SUCCESS);
}
static inline isc_result_t
unsigned char prefixlen;
unsigned char octets;
if (prefixlen == 0)
return (ISC_R_SUCCESS);
}
static inline int
int order;
unsigned char prefixlen1, prefixlen2;
unsigned char octets;
if (prefixlen1 < prefixlen2)
return (-1);
else if (prefixlen1 > prefixlen2)
return (1);
/*
* Prefix lengths are equal.
*/
if (octets > 0) {
if (order < 0)
return (-1);
else if (order > 0)
return (1);
/*
* Address suffixes are equal.
*/
if (prefixlen1 == 0)
return (order);
}
}
static inline isc_result_t
int octets;
return (ISC_R_RANGE);
/* Suffix */
if (bits != 0) {
octets--;
}
if (octets > 0)
octets));
}
return (ISC_R_SUCCESS);
}
static inline isc_result_t
unsigned char octets;
isc_region_t r;
dns_rdata_toregion(rdata, &r);
isc_region_consume(&r, 1);
/*
* Suffix.
*/
isc_region_consume(&r, octets);
}
/*
* Prefix.
*/
dns_name_fromregion(&name, &r);
}
return (ISC_R_SUCCESS);
}
static inline void
return;
}
static inline isc_result_t
return (ISC_R_SUCCESS);
}
static inline isc_result_t
if (result != ISC_R_SUCCESS)
return (result);
if (prefixlen == 0)
return (ISC_R_SUCCESS);
}
static inline isc_boolean_t
}
static inline isc_boolean_t
unsigned int prefixlen;
if (prefixlen == 0)
return (ISC_TRUE);
return (ISC_FALSE);
}
return (ISC_TRUE);
}
static inline int
}
#endif /* RDATA_IN_1_A6_38_C */