Lines Matching defs:__res_state
142 struct __res_state { struct
143 int retrans; /*%< retransmission time interval */
144 int retry; /*%< number of times to retransmit */
152 u_int options; /*%< option flags - see below. */
154 u_long options; /*%< option flags - see below. */
156 int nscount; /*%< number of name servers */
158 nsaddr_list[MAXNS]; /*%< address of name server */
160 u_short id; /*%< current message id */
161 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */
162 char defdname[256]; /*%< default domain (deprecated) */
164 u_int pfcode; /*%< RES_PRF_ flags - see below. */
188 struct __res_state_ext *ext; /*%< extension for IPv6 */ argument
194 typedef struct __res_state *res_state; argument