Home
last modified time | relevance | path

Searched defs:dns_res_target (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/irs/
H A Ddns_ho.c112 struct dns_res_target { struct
113 struct dns_res_target *next; argument
114 querybuf qbuf; /*%< query buffer */
115 u_char *answer; /*%< buffer to put answer */
116 int anslen; /*%< size of answer buffer */
117 int qclass, qtype; /*%< class and type of query */
118 int action; /*%< condition whether query is really issued */
119 char qname[MAXDNAME +1]; /*%< domain name */