djbdnscurve6  38
djbdnscurve6
Functions | Variables
random-ip.c File Reference
#include "buffer.h"
#include "exit.h"
#include "fmt.h"
#include "scan.h"
#include "dns.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 18 of file random-ip.c.

Variable Documentation

◆ ip

char ip[4]

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

◆ ipfixed

int ipfixed = 0

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

◆ loops

unsigned long loops = 10000

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

◆ seed

char seed[128]

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

◆ strnum

char strnum[FMT_ULONG]

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

◆ tab

unsigned char tab[256]

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