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

DNS IP query. More...

#include "stralloc.h"
#include "uint_t.h"
#include "byte.h"
#include "ip.h"
#include "dnsresolv.h"
Include dependency graph for dns_ip.c:

Go to the source code of this file.

Functions

int dns_ip4_packet (stralloc *out, const char *buf, unsigned int len)
 
int dns_ip4 (stralloc *out, stralloc *fqdn)
 
int dns_ip6_packet (stralloc *out, const char *buf, unsigned int len)
 
int dns_ip6 (stralloc *out, stralloc *fqdn)
 

Detailed Description

DNS IP query.

Authors
djb, fefe, feh ucspi-tcp6

Definition in file dns_ip.c.

Function Documentation

◆ dns_ip4()

int dns_ip4 ( stralloc out,
stralloc fqdn 
)

Definition at line 49 of file dns_ip.c.

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

◆ dns_ip4_packet()

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

Definition at line 16 of file dns_ip.c.

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

◆ dns_ip6()

int dns_ip6 ( stralloc out,
stralloc fqdn 
)

Definition at line 148 of file dns_ip.c.

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

◆ dns_ip6_packet()

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

Definition at line 108 of file dns_ip.c.

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