#gethostbyaddr

学习笔记之gethostbyaddr函数

  刚才学了gethostbyname函数,这个gethostbyaddr函数的作用是通过一个IPv4的地址来获取主机信息,并放在hostent结构体中。#include<netdb.h>structhostent*gethostbyaddr(constchar*addr,socklen_tlen,intf...

gethostbyaddr

 函数原型:#include<netdb.h>structhostent*gethostbyaddr(constchar*addr,socklen_tlen,intfamily); 函数功能:返回对应于给定地址的主机信息。 参数说明:addr:指向网络字节顺序地址的指针。len...
代码星球 ·2020-04-09