Lines Matching defs:__res_state
155 struct __res_state { struct
156 unsigned netid; /* NetId: cache key and socket mark */
157 int retrans; /* retransmission time interval */
158 int retry; /* number of times to retransmit */
160 u_int options; /* option flags - see below. */
162 u_long options; /* option flags - see below. */
164 int nscount; /* number of name servers */
166 nsaddr_list[MAXNS]; /* address of name server */
168 u_short id; /* current message id */
169 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */
170 char defdname[256]; /* default domain (deprecated) */
172 u_int pfcode; /* RES_PRF_ flags - see below. */
174 u_long pfcode; /* RES_PRF_ flags - see below. */
176 unsigned ndots:4; /* threshold for initial abs. query */
200 struct __res_state_ext *ext; /* extention for IPv6 */ argument
207 typedef struct __res_state *res_state; argument