djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Functions | Variables
random-ip.c File Reference
#include "buffer.h"
#include "exit.h"
#include "fmt.h"
#include "scan.h"
#include "dns.h"
#include "query.h"
Include dependency graph for random-ip.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

char ip [4]
 
int ipfixed = 0
 
unsigned long loops = 10000
 
unsigned char tab [256]
 
char strnum [FMT_ULONG]
 
char seed [128]
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 19 of file random-ip.c.

Here is the call graph for this function:

Variable Documentation

◆ ip

char ip[4]

Definition at line 10 of file random-ip.c.

◆ ipfixed

int ipfixed = 0

Definition at line 11 of file random-ip.c.

◆ loops

unsigned long loops = 10000

Definition at line 12 of file random-ip.c.

◆ seed

char seed[128]

Definition at line 17 of file random-ip.c.

◆ strnum

char strnum[FMT_ULONG]

Definition at line 15 of file random-ip.c.

◆ tab

unsigned char tab[256]

Definition at line 13 of file random-ip.c.