登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

守望

路越远,心越近。有多远,走多远!

 
 
 

日志

 
 

常用表示IP地址的宏定义  

2011-07-01 22:57:56|  分类: 编程 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

定义位置:/usr/include/netinet/in.h

下次应该不会记错了:INADDR_ANY。

 

/* Address to accept any incoming messages.  */

#define INADDR_ANY              ((in_addr_t) 0x00000000)

/* Address to send to all hosts.  */

#define INADDR_BROADCAST        ((in_addr_t) 0xffffffff)

/* Address indicating an error return.  */

#define INADDR_NONE             ((in_addr_t) 0xffffffff)

 

/* Network number for local host loopback.  */

#define IN_LOOPBACKNET          127

/* Address to loopback in software to local host.  */

#ifndef INADDR_LOOPBACK

# define INADDR_LOOPBACK        ((in_addr_t) 0x7f000001) /* Inet 127.0.0.1.  */

#endif

 

/* Defines for Multicast INADDR.  */

#define INADDR_UNSPEC_GROUP     ((in_addr_t) 0xe0000000) /* 224.0.0.0 */

#define INADDR_ALLHOSTS_GROUP   ((in_addr_t) 0xe0000001) /* 224.0.0.1 */

#define INADDR_ALLRTRS_GROUP    ((in_addr_t) 0xe0000002) /* 224.0.0.2 */

#define INADDR_MAX_LOCAL_GROUP  ((in_addr_t) 0xe00000ff) /* 224.0.0.255 */
  评论这张
 
阅读(806)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018