#include "str.h"
#include "byte.h"
#include "scan.h"
#include "exit.h"
#include "stralloc.h"
#include "buffer.h"
#include "logmsg.h"
#include "uint_t.h"
#include "response.h"
#include "case.h"
#include "printpacket.h"
#include "parsetype.h"
#include "ip.h"
#include "dns.h"
Go to the source code of this file.
|
#define | WHO "tinydns-get " |
|
|
int | respond (char *, char *, char *) |
|
int | rename (const char *, const char *) |
|
void | usage (void) |
|
void | oops (void) |
|
int | main (int argc, char **argv) |
|
◆ WHO
#define WHO "tinydns-get " |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ oops()
◆ rename()
int rename |
( |
const char * |
, |
|
|
const char * |
|
|
) |
| |
◆ respond()
int respond |
( |
char * |
, |
|
|
char * |
, |
|
|
char * |
|
|
) |
| |
◆ usage()