dialer.h
来自「网友张巍提供的tcpip协议栈,是一个成功稳定的以太网接口上的TCP/IP协议程」· C头文件 代码 · 共 15 行
H
15 行
/* 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 *);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?