dialer.h
资源名称:export.zip [点击查看]
上传用户:hepax88
上传日期:2007-01-03
资源大小:1101k
文件大小:0k
源码类别:
TCP/IP协议栈
开发平台:
Visual C++
- /* Dynamic dialup params */
- struct asydialer {
- char *actfile; /* Script to activate line */
- char *dropfile; /* Script to drop line */
- char *ansfile; /* Script to answer incoming call */
- struct timer idle; /* Idle timeout timer */
- long originates; /* Count of times we bring up the link */
- long answers; /* Count of incoming calls */
- long localdrops; /* Count of times we dropped the link */
- int dev;
- };
- int sd_init(struct iface *,int32,int,char **);
- int sd_stat(struct iface *);