瀏覽代碼

add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)

Rich Felker 14 年之前
父節點
當前提交
2b55a619e4
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/netinet/in.h

+ 2 - 0
include/netinet/in.h

@@ -153,4 +153,6 @@ uint16_t ntohs(uint16_t);
 #define	IN_EXPERIMENTAL(a)	((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000)
 #define	IN_BADCLASS(a)		((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000)
 
+#define IN_LOOPBACKNET 127
+
 #endif