HomeSort by: relevance | last modified time | path
    Searched defs:nw_res_get (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gen_nw.c 63 static struct __res_state * nw_res_get(struct irs_nw *this);
98 nw->res_get = nw_res_get;
216 nw_res_get(struct irs_nw *this) { function
258 if (!pvt->res && !nw_res_get(this))
lcl_nw.c 107 static struct __res_state * nw_res_get(struct irs_nw *this);
147 nw->res_get = nw_res_get;
332 nw_res_get(struct irs_nw *this) { function
367 if (!pvt->res && !nw_res_get(this))
dns_nw.c 86 static struct __res_state * nw_res_get(struct irs_nw *this);
130 nw->res_get = nw_res_get;
209 nw_res_get(struct irs_nw *this) { function
585 if (!pvt->res && !nw_res_get(this))
nis_nw.c 96 static struct __res_state * nw_res_get(struct irs_nw *this);
132 nw->res_get = nw_res_get;
269 nw_res_get(struct irs_nw *this) { function
377 if (!pvt->res && !nw_res_get(this))

Completed in 16 milliseconds