Lines Matching defs:__res_state
89 struct __res_state { struct
90 unsigned netid; /* NetId: cache key and socket mark */
91 u_long options; /* option flags - see below. */
92 int nscount; /* number of name srvers */
93 struct sockaddr_in nsaddr_list[MAXNS]; /* address of name server */
95 u_short id; /* current message id */
96 char* dnsrch[MAXDNSRCH + 1]; /* components of domain to search */
97 char defdname[256]; /* default domain (deprecated) */
98 unsigned ndots : 4; /* threshold for initial abs. query */
99 unsigned nsort : 4; /* number of elements in sort_list[] */
123 typedef struct __res_state* res_state; argument