Home
last modified time | relevance | path

Searched defs:__res_state (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirs_data.c203 __res_state(void) { in __res_state() function
214 __res_state(void) { in __res_state() function
/illumos-gate/usr/src/head/
H A Dresolv.h184 struct __res_state { struct
185 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 */
200 uint_t pfcode; /* RES_PRF_ flags - see below. */
224 struct __res_state_ext *ext; /* extention for IPv6 */ argument
[all …]