Searched defs:__res_state (Results 1 – 2 of 2) sorted by relevance
184 struct __res_state { struct185 int retrans; /* retransmission time interval */186 int retry; /* number of times to retransmit */188 uint_t options; /* option flags - see below. */190 ulong_t options; /* option flags - see below. */192 int nscount; /* number of name servers */194 nsaddr_list[MAXNS]; /* address of name server */196 ushort_t id; /* current packet id */197 char *dnsrch[MAXDNSRCH+1]; /* components of domain to search */198 char defdname[256]; /* default domain (deprecated) */[all …]
207 __res_state(void) { in __res_state() function218 __res_state(void) { in __res_state() function