fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
dns_name.c File Reference

DNS name query (ptr) More...

#include "stralloc.h"
#include "uint_t.h"
#include "byte.h"
#include "ip.h"
#include "dnsresolv.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])
 

Detailed Description

DNS name query (ptr)

Authors
djb, fefe, feh ucspi-tcp

Definition in file dns_name.c.

Function Documentation

◆ dns_name()

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

Definition at line 74 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 46 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 60 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 16 of file dns_name.c.

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