djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Macros | Functions | Variables
dnsqr.c File Reference
#include "uint_t.h"
#include "buffer.h"
#include "scan.h"
#include "str.h"
#include "byte.h"
#include "logmsg.h"
#include "printpacket.h"
#include "parsetype.h"
#include "dns.h"
#include "exit.h"
#include "base32.h"
Include dependency graph for dnsqr.c:

Go to the source code of this file.

Macros

#define WHO   "dnsqr"
 

Functions

void usage (void)
 
void oops (void)
 
int main (int argc, char **argv)
 

Variables

char type [2]
 

Macro Definition Documentation

◆ WHO

#define WHO   "dnsqr"

Definition at line 13 of file dnsqr.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 31 of file dnsqr.c.

Here is the call graph for this function:

◆ oops()

void oops ( void  )

Definition at line 19 of file dnsqr.c.

Here is the caller graph for this function:

◆ usage()

void usage ( void  )

Definition at line 15 of file dnsqr.c.

Here is the caller graph for this function:

Variable Documentation

◆ type

char type[2]

Definition at line 24 of file dnsqr.c.