ISC DHCP  4.3.6
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 1464 of file dhcpd.h.

Field Documentation

◆ answer

struct dns_answer* dns_query::answer

Definition at line 1474 of file dhcpd.h.

◆ backoff

int dns_query::backoff

Definition at line 1482 of file dhcpd.h.

◆ expiry

TIME dns_query::expiry

Definition at line 1467 of file dhcpd.h.

◆ hash

u_int32_t dns_query::hash

Definition at line 1466 of file dhcpd.h.

◆ id

u_int16_t dns_query::id

Definition at line 1469 of file dhcpd.h.

◆ len

unsigned dns_query::len

Definition at line 1477 of file dhcpd.h.

◆ next

struct dns_query* dns_query::next

Definition at line 1465 of file dhcpd.h.

◆ next_server

struct name_server* dns_query::next_server

Definition at line 1481 of file dhcpd.h.

◆ query

unsigned char* dns_query::query

Definition at line 1476 of file dhcpd.h.

◆ question

struct dns_question* dns_query::question

Definition at line 1473 of file dhcpd.h.

◆ sent

int dns_query::sent

Definition at line 1478 of file dhcpd.h.

◆ waiters

caddr_t dns_query::waiters

Definition at line 1470 of file dhcpd.h.

◆ wakeups

struct dns_wakeup* dns_query::wakeups

Definition at line 1479 of file dhcpd.h.


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