Ai
1 Star 0 Fork 0

zip/rtpengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
iptables.h 261 Bytes
一键复制 编辑 原始数据 按行查看 历史
Richard Fuchs 提交于 2018-05-15 01:57 +08:00 . TT#36301 transcoding unit tests
#ifndef _IPTABLES_H_
#define _IPTABLES_H_
#include "socket.h"
#include "str.h"
void iptables_init(void);
extern int (*iptables_add_rule)(const socket_t *local_sock, const str *comment);
extern int (*iptables_del_rule)(const socket_t *local_sock);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zip/rtpengine.git
git@gitee.com:zip/rtpengine.git
zip
rtpengine
rtpengine
master

搜索帮助