Linux 网络域名解析

时间:2016-05-17 05:10:17
【文件属性】:

文件名称:Linux 网络域名解析

文件大小:809B

文件格式:RAR

更新时间:2016-05-17 05:10:17

域名 Linux 解析

在Linux下,将域名解析为IP地址 ================代码片段======================== for(; *pptr!=NULL; pptr++) printf(" address:%s\n", inet_ntop(pHostEntry->h_addrtype, *pptr, sIp, 18)); printf(" first address: %s\n", inet_ntop(pHostEntry->h_addrtype, pHostEntry->h_addr, sIp, 18)); inet_ntop(pHostEntry->h_addrtype, pHostEntry->h_addr, sIp, 18);


【文件预览】:
Linux 域名解析.c

网友评论