ISC DHCP  4.4.2b1
A reference DHCPv4 and DHCPv6 implementation
dns_query Struct Reference

#include <dhcpd.h>

Data Fields

struct dns_querynext
 
u_int32_t hash
 
TIME expiry
 
u_int16_t id
 
caddr_t waiters
 
struct dns_questionquestion
 
struct dns_answeranswer
 
unsigned char * query
 
unsigned len
 
int sent
 
struct dns_wakeupwakeups
 
struct name_servernext_server
 
int backoff
 

Detailed Description

Definition at line 1492 of file dhcpd.h.

Field Documentation

◆ answer

struct dns_answer* dns_query::answer

Definition at line 1502 of file dhcpd.h.

◆ backoff

int dns_query::backoff

Definition at line 1510 of file dhcpd.h.

◆ expiry

TIME dns_query::expiry

Definition at line 1495 of file dhcpd.h.

◆ hash

u_int32_t dns_query::hash

Definition at line 1494 of file dhcpd.h.

◆ id

u_int16_t dns_query::id

Definition at line 1497 of file dhcpd.h.

◆ len

unsigned dns_query::len

Definition at line 1505 of file dhcpd.h.

◆ next

struct dns_query* dns_query::next

Definition at line 1493 of file dhcpd.h.

◆ next_server

struct name_server* dns_query::next_server

Definition at line 1509 of file dhcpd.h.

◆ query

unsigned char* dns_query::query

Definition at line 1504 of file dhcpd.h.

◆ question

struct dns_question* dns_query::question

Definition at line 1501 of file dhcpd.h.

◆ sent

int dns_query::sent

Definition at line 1506 of file dhcpd.h.

◆ waiters

caddr_t dns_query::waiters

Definition at line 1498 of file dhcpd.h.

◆ wakeups

struct dns_wakeup* dns_query::wakeups

Definition at line 1507 of file dhcpd.h.


The documentation for this struct was generated from the following file: