2 Star 1 Fork 0

长江/oscam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
oscam-failban.h 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef OSCAM_FAILBAN_H_
#define OSCAM_FAILBAN_H_
extern int32_t cs_check_violation(IN_ADDR_T ip, int32_t port);
int32_t cs_add_violation_by_ip(IN_ADDR_T ip, int32_t port, char *info);
extern void cs_add_violation(struct s_client *cl, char *info);
extern void cs_add_violation_acosc(struct s_client *cl, char *info, int32_t acosc_penalty_duration);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/4a02/oscam.git
git@gitee.com:4a02/oscam.git
4a02
oscam
oscam
master

搜索帮助