Searched defs:__res_state (Results 1 – 1 of 1) sorted by relevance
141 struct __res_state { struct142 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) */[all …]