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

Telnet服务器

开发平台:

Unix_Linux

  1. #ifndef HG_SUBNET_H__
  2. #define HG_SUBNET_H__
  3. void hg_gather_subnet_hosts(struct hg_globals *, struct hg_host * );
  4. struct in_addr cidr_get_first_ip(struct in_addr, int);
  5. struct in_addr cidr_get_last_ip (struct in_addr, int);
  6. #endif