__str2hostent
return (__str2hostent(AF_INET6, instr, lenstr, ent, buffer, buflen));
return (__str2hostent(AF_INET, instr, lenstr, ent, buffer, buflen));
extern int __str2hostent(int, const char *, int, void *, char *, int);