a_1.c revision 431a83fb29482c5170b3e4026e59bb14849a6707
/*
* Copyright (C) 2004, 2007, 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 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: a_1.c,v 1.55 2009/12/04 22:06:37 tbox Exp $ */
/* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */
#ifndef RDATA_IN_1_A_1_C
#define RDATA_IN_1_A_1_C
#include <string.h>
#define RRTYPE_A_ATTRIBUTES (0)
static inline isc_result_t
ISC_FALSE));
return (ISC_R_NOSPACE);
return (ISC_R_SUCCESS);
}
static inline isc_result_t
}
static inline isc_result_t
return (ISC_R_UNEXPECTEDEND);
return (ISC_R_NOSPACE);
return (ISC_R_SUCCESS);
}
static inline isc_result_t
return (ISC_R_NOSPACE);
return (ISC_R_SUCCESS);
}
static inline int
}
static inline isc_result_t
dns_rdata_in_a_t *a = source;
isc_uint32_t n;
return (uint32_tobuffer(n, target));
}
static inline isc_result_t
dns_rdata_in_a_t *a = target;
isc_uint32_t n;
n = uint32_fromregion(®ion);
return (ISC_R_SUCCESS);
}
static inline void
dns_rdata_in_a_t *a = source;
UNUSED(a);
}
static inline isc_result_t
return (ISC_R_SUCCESS);
}
static inline isc_result_t
isc_region_t r;
dns_rdata_toregion(rdata, &r);
}
static inline isc_boolean_t
}
static inline isc_boolean_t
return (ISC_TRUE);
}
static inline int
}
#endif /* RDATA_IN_1_A_1_C */