byaddr_test.c revision 15a44745412679c30a6d022733925af70a38b715
/*
* Copyright (C) 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.
*/
/* $Id: byaddr_test.c,v 1.18 2000/07/27 09:37:46 tale Exp $ */
/*
* Principal Author: Bob Halley
*/
#include <config.h>
#include <stdlib.h>
#include <isc/commandline.h>
#include <dns/dispatch.h>
#include <dns/resolver.h>
static void
printf("byaddr event result = %s\n",
char text[1024];
}
}
}
int
unsigned int workers = 2;
int ch;
unsigned int options = 0;
switch (ch) {
case 'n':
break;
case 'v':
break;
case 'w':
break;
}
}
if (verbose) {
}
== ISC_R_SUCCESS);
== ISC_R_SUCCESS);
dispatchmgr = NULL;
== ISC_R_SUCCESS);
&cache) == ISC_R_SUCCESS);
&view) == ISC_R_SUCCESS);
{
unsigned int attrs;
if (isc_net_probeipv4() == ISC_R_SUCCESS) {
512, 6, 1024,
== ISC_R_SUCCESS);
}
if (isc_net_probeipv6() == ISC_R_SUCCESS) {
512, 6, 1024,
== ISC_R_SUCCESS);
}
timermgr, 0,
}
{
}
printf("unknown address format\n");
exit(1);
}
}
if (result != ISC_R_SUCCESS) {
printf("dns_byaddr_create() returned %s\n",
RUNTIME_CHECK(0);
}
(void)isc_app_run();
/*
* XXXRTH if we get a control-C before we get to isc_app_run(),
* we're in trouble (because we might try to destroy things before
* they've been created.
*/
if (verbose)
return (0);
}