px_26.c revision d970376259dc8107fb356d3d019e49f8cb82597c
/*
* Copyright (C) 1999-2001 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.
*/
/* $Id: px_26.c,v 1.38 2004/03/02 01:40:44 marka Exp $ */
/* Reviewed: Mon Mar 20 10:44:27 PST 2000 */
/* RFC 2163 */
#ifndef RDATA_IN_1_PX_26_C
#define RDATA_IN_1_PX_26_C
#define RRTYPE_PX_ATTRIBUTES (0)
static inline isc_result_t
/*
* Preference.
*/
ISC_FALSE));
/*
* MAP822.
*/
ISC_FALSE));
/*
* MAPX400.
*/
ISC_FALSE));
return (ISC_R_SUCCESS);
}
static inline isc_result_t
char buf[sizeof("64000")];
unsigned short num;
/*
* Preference.
*/
/*
* MAP822.
*/
/*
* MAPX400.
*/
}
static inline isc_result_t
/*
* Preference.
*/
return (ISC_R_UNEXPECTEDEND);
/*
* MAP822.
*/
/*
* MAPX400.
*/
}
static inline isc_result_t
/*
* Preference.
*/
/*
* MAP822.
*/
/*
* MAPX400.
*/
}
static inline int
int order;
if (order != 0)
if (order != 0)
return (order);
}
static inline isc_result_t
}
static inline isc_result_t
if (result != ISC_R_SUCCESS)
goto cleanup;
return (result);
return (ISC_R_NOMEMORY);
}
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 (result != ISC_R_SUCCESS)
return (result);
}
static inline isc_boolean_t
return (ISC_TRUE);
}
static inline isc_boolean_t
return (ISC_TRUE);
}
#endif /* RDATA_IN_1_PX_26_C */