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

/osnet-11/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);
148 proto = parse_hes_list(this, hes_list);
192 parse_hes_list(struct irs_pr *this, char **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);
164 s = parse_hes_list(this, hes_list, proto);
185 parse_hes_list(struct irs_sv *this, char **hes_list, const char *proto) { function

Completed in 22 milliseconds