Searched defs:__res_state (Results 1 – 4 of 4) sorted by relevance
148 struct __res_state { struct149 int retrans; /*%< retransmission time interval */150 int retry; /*%< number of times to retransmit */152 u_int options; /*%< option flags - see below. */154 u_long options; /*%< option flags - see below. */156 int nscount; /*%< number of name servers */158 nsaddr_list[MAXNS]; /*%< address of name server */160 u_short id; /*%< current message id */161 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */162 char defdname[256]; /*%< default domain (deprecated) */[all …]
158 struct __res_state { struct159 int retrans; /*%< retransmission time interval */160 int retry; /*%< number of times to retransmit */162 u_int options; /*%< option flags - see below. */164 u_long options; /*%< option flags - see below. */166 int nscount; /*%< number of name servers */168 nsaddr_list[MAXNS]; /*%< address of name server */170 u_short id; /*%< current message id */171 char *dnsrch[MAXDNSRCH+1]; /*%< components of domain to search */172 char defdname[256]; /*%< default domain (deprecated) */[all …]
205 __res_state(void) { in __res_state() function216 __res_state(void) { in __res_state() function
132 __res_state(void) in __res_state() function