Home
last modified time | relevance | path

Searched refs:nw_res_get (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_nw.c57 static struct __res_state * nw_res_get(struct irs_nw *this);
92 nw->res_get = nw_res_get; in irs_gen_nw()
210 nw_res_get(struct irs_nw *this) { in nw_res_get() function
252 if (!pvt->res && !nw_res_get(this)) in init()
H A Dlcl_nw.c102 static struct __res_state * nw_res_get(struct irs_nw *this);
142 nw->res_get = nw_res_get; in irs_lcl_nw()
327 nw_res_get(struct irs_nw *this) { in nw_res_get() function
362 if (!pvt->res && !nw_res_get(this)) in init()
H A Ddns_nw.c80 static struct __res_state * nw_res_get(struct irs_nw *this);
124 nw->res_get = nw_res_get; in irs_dns_nw()
203 nw_res_get(struct irs_nw *this) { in nw_res_get() function
579 if (!pvt->res && !nw_res_get(this)) in init()