⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iptc.h

📁 linuxigd
💻 H
字号:
#ifndef _IPTC_H_	#define _IPTC_H_void iptc_add_rule(const char *table,                   const char *chain,                   const char *protocol,                   const char *iiface,                   const char *oiface,                   const char *src,                   const char *dest,                   const char *srcports,                   const char *destports,                   const char *target,                   const char *dnat_to,                   const int append);void iptc_delete_rule(const char *table,                      const char *chain,                      const char *protocol,                      const char *iniface,                      const char *outiface,                      const char *src,                      const char *dest,                      const char *srcports,                      const char *destports,                      const char *target,                      const char *dnat_to);#endif // _IPTC_H_

⌨️ 快捷键说明

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