hg_filter.h
上传用户:tjescc
上传日期:2021-02-23
资源大小:419k
文件大小:0k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. #ifndef HG_FILTER_H__
  2. #define HG_FILTER_H__
  3. int  hg_filter_host(struct hg_globals *, char *, struct in_addr);
  4. int  hg_filter_subnet(struct hg_globals *, struct in_addr, int);
  5. int  hg_filter_domain(struct hg_globals *, char *);
  6. #endif