rhe               113 ext/net/netdb.c             struct hostent *rhe;
rhe               114 ext/net/netdb.c             gethostbyname_r(name, &he, buf, bufsiz, &rhe, &herr);
rhe               115 ext/net/netdb.c             if (rhe != 0) break;
rhe               165 ext/net/netdb.c             struct hostent *rhe;
rhe               167 ext/net/netdb.c                             AF_INET, &he, buf, bufsiz, &rhe, &herr);
rhe               168 ext/net/netdb.c             if (rhe != NULL) break;