Searched defs:__res_state (Results 1 – 4 of 4) sorted by relevance
116 struct __res_state { struct118 u_int32_t options; /* (was: ulong) option flags - see below. */123 u_int8_t nscount; /* (was: int) number of name servers */125 u_int8_t retrans; /* (was: int) retransmission time interval */130 char defdname[256]; /* default domain (deprecated) */133 unsigned short id; /* current message id */134 int res_h_errno; /* last one set for this context */135 struct {138 } sort_list[MAXRESOLVSORT];152 union {[all …]
23 __res_state (void) in __res_state() function
33 __res_state (void) in __res_state() function
3696 __res_state (void) in __res_state() function3707 __res_state (void) in __res_state() function
Completed in 11 milliseconds