#include <stdio.h>
#include <sys/time.h>
#include <unistd.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "config.h"
#include "adns.h"
Go to the source code of this file.
Data Structures |
| struct | myctx |
Defines |
| #define | adns_beforepoll(a, b, c, d, e) 0 |
| #define | adns_afterpoll(a, b, c, d) 0 |
Functions |
| static void | quitnow (int rc) NONRETURNING |
| int | poll (struct pollfd *ufds, int nfds, int timeout) |
| static void | failure_status (const char *what, adns_status st) NONRETURNING |
| static void | failure_errno (const char *what, int errnoval) NONRETURNING |
| static void | usageerr (const char *why) NONRETURNING |
| static void | dumptype (adns_status ri, const char *rrtn, const char *fmtn) |
| static void | fdom_split (const char *fdom, const char **dom_r, int *qf_r, char *ownflags, int ownflags_l) |
| static int | consistsof (const char *string, const char *accept) |
| int | main (int argc, char *const *argv) |
Variables |
| static struct myctx * | mcs |
| static adns_state | ads |
| static adns_rrtype * | types_a |
| static const adns_rrtype | defaulttypes [] |