Lines Matching defs:__res_state
141 struct __res_state { struct
142 int retrans; /* retransmission time interval */
143 int retry; /* number of times to retransmit */
145 u_int options; /* option flags - see below. */
147 u_long options; /* option flags - see below. */
149 int nscount; /* number of name servers */
151 nsaddr_list[MAXNS]; /* address of name server */
153 u_short id; /* current message id */
154 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */
155 char defdname[256]; /* default domain (deprecated) */
157 u_int pfcode; /* RES_PRF_ flags - see below. */
159 u_long pfcode; /* RES_PRF_ flags - see below. */
184 struct __res_state_ext *ext; /* extention for IPv6 */ argument
191 typedef struct __res_state *res_state; argument