djbdnscurve6
38
djbdnscurve6
|
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 | ||
) |
Definition at line 18 of file random-ip.c.
char ip[4] |
Definition at line 9 of file random-ip.c.
int ipfixed = 0 |
Definition at line 10 of file random-ip.c.
unsigned long loops = 10000 |
Definition at line 11 of file random-ip.c.
char seed[128] |
Definition at line 16 of file random-ip.c.
char strnum[FMT_ULONG] |
Definition at line 14 of file random-ip.c.
unsigned char tab[256] |
Definition at line 12 of file random-ip.c.