Lines Matching defs:__res_state
141 struct __res_state { struct
142 unsigned netid; /* NetId: cache key and socket mark */
143 int retrans; /* retransmission time interval */
144 int retry; /* number of times to retransmit */
146 u_int options; /* option flags - see below. */
148 u_long options; /* option flags - see below. */
150 int nscount; /* number of name servers */
152 nsaddr_list[MAXNS]; /* address of name server */
154 u_short id; /* current message id */
155 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */
156 char defdname[256]; /* default domain (deprecated) */
158 u_int pfcode; /* RES_PRF_ flags - see below. */
160 u_long pfcode; /* RES_PRF_ flags - see below. */
162 unsigned ndots:4; /* threshold for initial abs. query */
186 struct __res_state_ext *ext; /* extention for IPv6 */ argument
193 typedef struct __res_state *res_state; argument