Lines Matching defs:Channel
534 struct Channel { struct
535 struct PStack *b_st, *d_st;
536 struct IsdnCardState *cs;
537 struct BCState *bcs;
538 int chan;
539 int incoming;
540 struct FsmInst fi;
541 struct FsmTimer drel_timer, dial_timer;
542 int debug;
543 int l2_protocol, l2_active_protocol;
544 int l3_protocol;
545 int data_open;
546 struct l3_process *proc;
547 setup_parm setup; /* from isdnif.h numbers and Serviceindicator */
548 u_long Flags; /* for remembering action done in l4 */
549 int leased;