linux-patch_ip.h

来自「unix/linux下的路由守护程序」· C头文件 代码 · 共 18 行

H
18
字号
patch_ip.h----------#patch for /usr/include/netinet/ip.h.#HJ has entered this against libc 5.4.2#--- wasip.h	Sat Jul  6 17:51:19 1996+++ ip.h	Tue Jun 18 09:05:16 1996@@ -29,6 +29,9 @@ 	struct	in_addr ip_src,ip_dst; }; +#define IP_DF 0x4000                    /* dont fragment flag */+#define IP_MF 0x2000                    /* more fragments flag */+ #endif  #endif /* _NETINET_IP_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?