dialer.h
上传用户:hepax88
上传日期:2007-01-03
资源大小:1101k
文件大小:0k
源码类别:

TCP/IP协议栈

开发平台:

Visual C++

  1. /* Dynamic dialup params */
  2. struct asydialer {
  3. char *actfile; /* Script to activate line */
  4. char *dropfile; /* Script to drop line */
  5. char *ansfile; /* Script to answer incoming call */
  6. struct timer idle; /* Idle timeout timer */
  7. long originates; /* Count of times we bring up the link */
  8. long answers; /* Count of incoming calls */
  9. long localdrops; /* Count of times we dropped the link */
  10. int dev;
  11. };
  12. int sd_init(struct iface *,int32,int,char **);
  13. int sd_stat(struct iface *);