Lines Matching refs:hostent
55 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
56 static struct hostent * ho_byname2(struct irs_ho *this, const char *name,
58 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr,
60 static struct hostent * ho_next(struct irs_ho *this);
120 static struct hostent *
124 struct hostent *rval; in ho_byname()
163 static struct hostent *
167 struct hostent *rval; in ho_byname2()
202 static struct hostent *
206 struct hostent *rval; in ho_byaddr()
243 static struct hostent *
246 struct hostent *rval; in ho_next()