djbdnscurve6 53
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

unsigned int msgsize
 
unsigned int flagedns0 = 0
 
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 34 of file dnsqr.c.

Here is the call graph for this function:

◆ oops()

void oops ( void  )

Definition at line 22 of file dnsqr.c.

Here is the caller graph for this function:

◆ usage()

void usage ( void  )

Definition at line 18 of file dnsqr.c.

Here is the caller graph for this function:

Variable Documentation

◆ flagedns0

unsigned int flagedns0 = 0

Definition at line 16 of file dnsqr.c.

◆ msgsize

unsigned int msgsize

Definition at line 15 of file dnsqr.c.

◆ type

char type[2]

Definition at line 27 of file dnsqr.c.