djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
dns_packet.c File Reference
#include "error.h"
#include "dns.h"
Include dependency graph for dns_packet.c:

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)

Function Documentation

◆ dns_packet_copy()

unsigned int dns_packet_copy ( const char * buf,
unsigned int len,
unsigned int pos,
char * out,
unsigned int outlen )

Definition at line 8 of file dns_packet.c.

Here is the caller graph for this function:

◆ dns_packet_getname()

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.

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

◆ dns_packet_skipname()

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

Definition at line 18 of file dns_packet.c.

Here is the caller graph for this function: