51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#gethostbyaddr
学习笔记之gethostbyaddr函数
刚才学了gethostbyname函数,这个gethostbyaddr函数的作用是通过一个IPv4的地址来获取主机信息,并放在hostent结构体中。#include<netdb.h>structhostent*gethostbyaddr(constchar*addr,socklen_tlen,intf...
代码星球
·
2020-12-28
学习
笔记
gethostbyaddr
函数
gethostbyaddr
函数原型:#include<netdb.h>structhostent*gethostbyaddr(constchar*addr,socklen_tlen,intfamily); 函数功能:返回对应于给定地址的主机信息。 参数说明:addr:指向网络字节顺序地址的指针。len...
代码星球
·
2020-04-09
gethostbyaddr
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他