E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
hostent
socket 应用函数之 gethostbyname 介绍
传出值,是一个
hostent
的结构(如下)。如果函
dayeshisir
·
2009-06-13 20:00
struct
网络
socket
Google
null
DST
gethostbyaddr segmentation error FAQ
p,li{white-space:pre-wrap;}structhostent*
hostEnt
;
hostEnt
=gethostbyaddr(inet_ntoa(ptr->ip_src),sizeof(
xiaohelong2005
·
2009-04-24 20:00
hostent
结构体
传出值,是一个
hostent
的结构(如下)。如果函数调用失败,将返回NULL。structhostent{ char *h_name; char **h_a
gxj1680
·
2009-04-03 10:00
struct
网络
null
Integer
NetWork
DST
MFC获取本地IP地址
GetHostAddress(CString&strIPAddr){char HostName[100];gethostname(HostName,sizeof(HostName));//获得本机主机名.
hostent
yaoohfox
·
2009-03-30 18:00
struct
list
mfc
gethostname() gethostbyname() getprotobyname()用法!(VC++)
#include#include#includevoidmain(){ WSADATAwsadata; intn; charhostname[256];
hostent
*phostent
240420643
·
2009-01-22 11:21
职场
网络编程
vc++
休闲
socket编程中相关数据结构
hostent
: 数据结构: structhostent{ char*h_name; char**h_aliases; inth_addrtype;
ast_224
·
2008-09-20 18:00
数据结构
编程
网络
struct
socket
null
gethostbyname的返回值类型struct
hostent
这个数据结构是这样的:structhostent{char*h_name;char**h_aliases;inth_addrtype;inth_length;char**h_addr_list;};#defineh_addrh_addr_list[0] 这里是这个数据结构的详细资料: structhostent: h_name–地址的正式名称。h_aliases–空字节-地址的预备名称的指
ljx0305
·
2008-09-09 14:00
Basic way to get local IP
Thefunctionisasfollow:BOOLgetLocalIP(CString&cstrIP){ charstrHostname[MAX_PATH]={0};
hostent
*pHost
sooner01
·
2008-07-15 21:00
windows
function
list
basic
Sockets
structure
gethostbyname用法
传出值,是一个
hostent
的结构(如下)。如果函数调用失败,将返回NULL。structhostent{ char*h_name; char*
leesphone
·
2008-03-02 10:00
struct
list
网络
Google
null
DST
gethostbyaddr由IP地址取得网络数据
转载请保留:http://www.cnscn.org(CNS电脑与英语学习网)相关函数:gethostbyname表头文件:#inlcude函数定义:struct
hostent
*gethostbyaddr
liuyuan_jq
·
2007-10-08 09:00
网络
list
struct
服务器
null
gethostbyaddr由IP地址取得网络数据
表头文件:#inlcude函数定义:structhostent*gethostbyaddr(constchar*addr,intlen,inttype)函数说明:gethostbyaddr()会返回一个
hostent
isiqi
·
2007-10-08 09:00
数据结构
Socket
获取主机名,IP
//gethostnamecharhostname[20];gethostname(hostname,20);//getipv4address.
hostent
*pHost=::gethostbyname
fulingwei
·
2007-06-01 19:00
list
These days work..
hostent
*hp;sockaddr_inserver;下面这句话还是太生猛server.sin_addr.s_addr=*((ULONG*)hp->h_addr
我住包子山
·
2007-02-06 21:00
hostent
结构体
hostent
结构体使用这个东西,首先要包含2个头文件:#include#includestructhostent*gethostbyname(constchar*name);这个函数的传入值是域名或者主机名
大龙的博客
·
2006-11-07 17:00
根据主机名获取IP
#include#include#include#include#includeintmain(intargc,char*argv[]){ struct
hostent
*qnew_hp; struct
QXK2001
·
2005-03-09 12:00
struct
list
服务器
domain
HP
include
获得本地的ip地址和用户名
/ 存储主机名 if (gethostname(wsHostName, 128) == 0) //正确的情况{m_HostName.SetWindowText(wsHostName);struct
hostent
izuoyan
·
2004-08-14 21:00
IP地址
上一页
1
2
3
4
下一页
按字母分类:
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
其他