struct hostent *ei_gethostbyaddr_r(
const char *addr,
int length,
int type,
struct hostent *hostp,
char *buffer,
int buflen,
int *h_errnop)
const char *addr,
int length,
int type,
struct hostent *hostp,
char *buffer,
int buflen,
int *h_errnop)
struct hostent *ei_gethostbyname_r(
const char *name,
struct hostent *hostp,
char *buffer,
int buflen,
int *h_errnop)
const char *name,
struct hostent *hostp,
char *buffer,
int buflen,
int *h_errnop)
Convenience functions for some common name lookup functions.