djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
dns_name.c File Reference
#include "stralloc.h"
#include "uint_t.h"
#include "byte.h"
#include "ip.h"
#include "dns.h"
Include dependency graph for dns_name.c:

Go to the source code of this file.

Functions

int dns_name_packet (stralloc *out, const char *buf, unsigned int len)
int dns_name4 (stralloc *out, const char ip[4])
int dns_name6 (stralloc *out, const char ip[16])
int dns_name (stralloc *out, const char ip[16])

Function Documentation

◆ dns_name()

int dns_name ( stralloc * out,
const char ip[16] )

Definition at line 65 of file dns_name.c.

Here is the call graph for this function:

◆ dns_name4()

int dns_name4 ( stralloc * out,
const char ip[4] )

Definition at line 39 of file dns_name.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dns_name6()

int dns_name6 ( stralloc * out,
const char ip[16] )

Definition at line 52 of file dns_name.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ dns_name_packet()

int dns_name_packet ( stralloc * out,
const char * buf,
unsigned int len )

Definition at line 9 of file dns_name.c.

Here is the call graph for this function:
Here is the caller graph for this function: