djbdnscurve6 45
djbdnscurve6
|
#include "uint_t.h"
#include "error.h"
#include "byte.h"
#include "dns.h"
#include "printrecord.h"
#include "ip.h"
Go to the source code of this file.
Functions | |
unsigned int | printrecord_cat (stralloc *out, const char *buf, unsigned int len, unsigned int pos, const char *q, const char qtype[2]) |
unsigned int | printrecord (stralloc *out, const char *buf, unsigned int len, unsigned int pos, const char *q, const char qtype[2]) |
unsigned int printrecord | ( | stralloc * | out, |
const char * | buf, | ||
unsigned int | len, | ||
unsigned int | pos, | ||
const char * | q, | ||
const char | qtype[2] | ||
) |
unsigned int printrecord_cat | ( | stralloc * | out, |
const char * | buf, | ||
unsigned int | len, | ||
unsigned int | pos, | ||
const char * | q, | ||
const char | qtype[2] | ||
) |
Definition at line 10 of file printrecord.c.