djbdnscurve6 45
djbdnscurve6
|
#include "buffer.h"
#include "exit.h"
#include "fmt.h"
#include "scan.h"
#include "dns.h"
#include "query.h"
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] |
int main | ( | int | argc, |
char ** | argv | ||
) |
char ip[4] |
Definition at line 10 of file random-ip.c.
int ipfixed = 0 |
Definition at line 11 of file random-ip.c.
unsigned long loops = 10000 |
Definition at line 12 of file random-ip.c.
char seed[128] |
Definition at line 17 of file random-ip.c.
char strnum[FMT_ULONG] |
Definition at line 15 of file random-ip.c.
unsigned char tab[256] |
Definition at line 13 of file random-ip.c.