| struct call | |
| { | |
| int lbit; | |
| int seq_reqd; | |
| int tx_pkts; | |
| int rx_pkts; | |
| int tx_bytes; | |
| int rx_bytes; | |
| struct schedule_entry* zlb_xmit; | |
| int prx; | |
| int state; | |
| int frame; | |
| struct call* next; | |
| int debug; | |
| int msgtype; | |
| int ourcid; | |
| int cid; | |
| int qcid; | |
| int bearer; | |
| unsigned int serno; | |
| unsigned int addr; | |
| int txspeed; | |
| int rxspeed; | |
| int ppd; | |
| int physchan; | |
| char dialed[MAXSTRLEN]; | |
| char dialing[MAXSTRLEN]; | |
| char subaddy[MAXSTRLEN]; | |
| int needclose; | |
| int closing; | |
| struct tunnel* container; | |
| int fd; | |
| struct termios* oldptyconf; | |
| int die; | |
| int nego; | |
| int pppd; | |
| int result; | |
| int error; | |
| int fbit; | |
| int ourfbit; | |
| int cnu; | |
| int pnu; | |
| char errormsg[MAXSTRLEN]; | |
| struct timeval lastsent; | |
| _u16 pSs; | |
| _u16 pSr; | |
| _u16 closeSs; | |
| int pLr; | |
| struct lns* lns; | |
| struct lac* lac; | |
| char dial_no[128]; | |
| } |