Lines Matching defs:__res_state
142 struct __res_state { struct
143 unsigned netid; /* NetId: cache key and socket mark */
144 int retrans; /* retransmission time interval */
145 int retry; /* number of times to retransmit */
147 u_int options; /* option flags - see below. */
149 u_long options; /* option flags - see below. */
151 int nscount; /* number of name servers */
153 nsaddr_list[MAXNS]; /* address of name server */
155 u_short id; /* current message id */
156 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */
157 char defdname[256]; /* default domain (deprecated) */
159 u_int pfcode; /* RES_PRF_ flags - see below. */
161 u_long pfcode; /* RES_PRF_ flags - see below. */
163 unsigned ndots:4; /* threshold for initial abs. query */
187 struct __res_state_ext *ext; /* extention for IPv6 */ argument
194 typedef struct __res_state *res_state; argument