gethostbyaddr 썸네일형 리스트형 gethostbyaddr 기능IP 주소로 부터 도메인 네임을 알아낸다 헤더WinSock2.h 형태struct hostent FAR * gethostbyaddr(const char FAR *addr, int len, int type); 리턴성공 시 hostent 구조체의 포인터, 실패 시 NULL 포인터 이전 1 다음