搜索:GetHostByName
找到约 5 项符合「GetHostByName」的查询结果
结果 5
https://www.eeworm.com/dl/644/261992.html
汇编语言
find the information about a host with the DNS retrieving system calls, such as gethostbyname() and
find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr().
(2) All the required information are in the hostent structure.
(3) All the aliases and IP addresses of the host is stored in the hostent structure using linked l ...
https://www.eeworm.com/dl/635/333487.html
网络
UNIX/Linux环境下的使用gethostbyname()实现域名解析的代码。
UNIX/Linux环境下的使用gethostbyname()实现域名解析的代码。
https://www.eeworm.com/dl/534/247110.html
其他
根据域名获得IP地址列表.主要用到了IPHostEntry类以及GetHostByName方法
根据域名获得IP地址列表.主要用到了IPHostEntry类以及GetHostByName方法
https://www.eeworm.com/dl/620/199406.html
Internet/网络编程
该实例通过Winsock函数gethostname,gethostbyname和gethostbyaddr获得主机IP和主机名
该实例通过Winsock函数gethostname,gethostbyname和gethostbyaddr获得主机IP和主机名
https://www.eeworm.com/dl/511395.html
Linux/uClinux/Unix编程
dnsclientlinux
通常linux针对gethostbyname为阻塞的,为了解决这个问题单独实现非阻塞dns解析