hostent

    12El calor

    2Respuesta

    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()")

    6El calor

    5Respuesta

    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