博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年4月28日

摘要: 这一章比较混乱,现在整理一下。 一、数据结构: 1、hostent: 这个数据结构用在gethostbyname这个函数中,表示与host 相关的一些 entries. struct hostent { char *h_name; /* official (canonical) name of host */ char **h_aliases; /* pointer to array of po... 阅读全文

posted @ 2011-04-28 11:02 天地玄黄 阅读(340) 评论(0) 推荐(0) 编辑