IPアドレスまたは任意のIPを渡すと、ホストが見つからないブロックで常に失敗します。どんな援助でも大歓迎です。
struct in_addr ip;
inet_aton(argv[1], &ip);
he= gethostbyaddr((const void *)&ip,len,AF_INET);
printf("%s \n", he->h_name);
IPアドレスまたは任意のIPを渡すと、ホストが見つからないブロックで常に失敗します。どんな援助でも大歓迎です。
struct in_addr ip;
inet_aton(argv[1], &ip);
he= gethostbyaddr((const void *)&ip,len,AF_INET);
printf("%s \n", he->h_name);