Searched defs:ho_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c64 static struct hostent * ho_next(struct irs_ho *this);
102 ho->next = ho_next;
248 ho_next(struct irs_ho *this) { function
H A Dirp_ho.c77 static struct hostent * ho_next(struct irs_ho *this);
120 ho->next = ho_next;
285 ho_next(struct irs_ho *this) { function
H A Dlcl_ho.c133 static struct hostent * ho_next(struct irs_ho *this);
177 ho->next = ho_next;
229 while ((hp = ho_next(this)) != NULL) {
293 while ((hp = ho_next(this)) != NULL) {
324 ho_next(struct irs_ho *this) { function
H A Ddns_ho.c152 static struct hostent * ho_next(struct irs_ho *this);
201 ho->next = ho_next;
507 ho_next(struct irs_ho *this) { function

Completed in 49 milliseconds