djbdnscurve6 45
djbdnscurve6
Loading...
Searching...
No Matches
Functions
roots.c File Reference
#include <unistd.h>
#include <stdlib.h>
#include "open.h"
#include "error.h"
#include "str.h"
#include "byte.h"
#include "direntry.h"
#include "ip.h"
#include "dns.h"
#include "readclose.h"
#include "roots.h"
#include "socket_if.h"
#include "env.h"
Include dependency graph for roots.c:

Go to the source code of this file.

Functions

int roots (char servers[QUERY_MAXIPLEN], char *q)
 
int roots_same (char *q, char *q2)
 
int roots_init (void)
 

Function Documentation

◆ roots()

int roots ( char  servers[QUERY_MAXIPLEN],
char *  q 
)

Definition at line 48 of file roots.c.

◆ roots_init()

int roots_init ( void  )

Definition at line 127 of file roots.c.

Here is the caller graph for this function:

◆ roots_same()

int roots_same ( char *  q,
char *  q2 
)

Definition at line 57 of file roots.c.