me encontré con el siguiente código de instantáneas: struct hostent *hp;
hp = my_gethostbyname(localhost);
if (hp == NULL) {
ls_syslog(LOG_ERR, I18N_FUNC_FAIL, fname, "my_gethostbyname()")
tengo el siguiente fragmento de código para obtener el nombre de host y la dirección IP, #include <stdlib.h>
#include <stdio.h>
#include <netdb.h> /* This is the header file needed for gethostbyname