Home
last modified time | relevance | path

Searched refs:parse_hes_list (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c68 static struct protoent * parse_hes_list(struct irs_pr *, char **);
131 proto = parse_hes_list(this, hes_list); in pr_byname()
148 proto = parse_hes_list(this, hes_list); in pr_bynumber()
192 parse_hes_list(struct irs_pr *this, char **hes_list) { in parse_hes_list() function
H A Ddns_sv.c76 static struct servent * parse_hes_list(struct irs_sv *,
147 s = parse_hes_list(this, hes_list, proto); in sv_byname()
164 s = parse_hes_list(this, hes_list, proto); in sv_byport()
185 parse_hes_list(struct irs_sv *this, char **hes_list, const char *proto) { in parse_hes_list() function