|
djbdnscurve6 46
djbdnscurve6
|

Go to the source code of this file.
Functions | |
| unsigned int | dns_packet_copy (const char *buf, unsigned int len, unsigned int pos, char *out, unsigned int outlen) |
| unsigned int | dns_packet_skipname (const char *buf, unsigned int len, unsigned int pos) |
| unsigned int | dns_packet_getname (const char *buf, unsigned int len, unsigned int pos, char **d) |
| unsigned int dns_packet_copy | ( | const char * | buf, |
| unsigned int | len, | ||
| unsigned int | pos, | ||
| char * | out, | ||
| unsigned int | outlen ) |
| unsigned int dns_packet_getname | ( | const char * | buf, |
| unsigned int | len, | ||
| unsigned int | pos, | ||
| char ** | d ) |
Definition at line 35 of file dns_packet.c.


| unsigned int dns_packet_skipname | ( | const char * | buf, |
| unsigned int | len, | ||
| unsigned int | pos ) |