djbdnscurve6 45
djbdnscurve6
|
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "hasdevtcp.h"
#include <pwd.h>
#include "buffer.h"
#include "uint_t.h"
#include "taia.h"
#include "str.h"
#include "open.h"
#include "logmsg.h"
#include "exit.h"
#include "auto_home.h"
#include "generic-conf.h"
Go to the source code of this file.
Macros | |
#define | WHO "dnscache-conf" |
Functions | |
void | usage (void) |
void | seed_adduint32 (uint32 u) |
void | seed_addtime (void) |
int | main (int argc, char **argv) |
Variables | |
int | fdrootservers |
char | rootserversbuf [64] |
buffer | ssrootservers |
char * | dir |
char * | user |
char * | loguser |
struct passwd * | pw |
const char * | myip |
uint32 | seed [32] |
int | seedpos = 0 |
#define WHO "dnscache-conf" |
Definition at line 19 of file dnscache-conf.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
void seed_addtime | ( | void | ) |
Definition at line 53 of file dnscache-conf.c.
void seed_adduint32 | ( | uint32 | u | ) |
void usage | ( | void | ) |
char* dir |
Definition at line 30 of file dnscache-conf.c.
int fdrootservers |
Definition at line 26 of file dnscache-conf.c.
char* loguser |
Definition at line 32 of file dnscache-conf.c.
const char* myip |
Definition at line 34 of file dnscache-conf.c.
struct passwd* pw |
Definition at line 33 of file dnscache-conf.c.
char rootserversbuf[64] |
Definition at line 27 of file dnscache-conf.c.
uint32 seed[32] |
Definition at line 36 of file dnscache-conf.c.
int seedpos = 0 |
Definition at line 37 of file dnscache-conf.c.
buffer ssrootservers |
Definition at line 28 of file dnscache-conf.c.
char* user |
Definition at line 31 of file dnscache-conf.c.