fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions | Variables
dns_resolve.c File Reference

high-level DNS resolve function More...

#include "iopause.h"
#include "taia.h"
#include "byte.h"
#include "ip.h"
#include "dnsresolv.h"
Include dependency graph for dns_resolve.c:

Go to the source code of this file.

Functions

int dns_resolve (const char *q, const char qtype[2])
 

Variables

struct dns_transmit dns_resolve_tx = {0}
 

Detailed Description

high-level DNS resolve function

Authors
djb, fefe, feh ucspi-tcp

Definition in file dns_resolve.c.

Function Documentation

◆ dns_resolve()

int dns_resolve ( const char *  q,
const char  qtype[2] 
)

Definition at line 16 of file dns_resolve.c.

Here is the call graph for this function:

Variable Documentation

◆ dns_resolve_tx

struct dns_transmit dns_resolve_tx = {0}

Definition at line 14 of file dns_resolve.c.