Lines Matching defs:isdn_net_local_s
282 typedef struct isdn_net_local_s { struct
283 ulong magic;
284 struct net_device_stats stats; /* Ethernet Statistics */
285 int isdn_device; /* Index to isdn-device */
286 int isdn_channel; /* Index to isdn-channel */
287 int ppp_slot; /* PPPD device slot number */
288 int pre_device; /* Preselected isdn-device */
289 int pre_channel; /* Preselected isdn-channel */
290 int exclusive; /* If non-zero idx to reserved chan.*/
291 int flags; /* Connection-flags */
292 int dialretry; /* Counter for Dialout-retries */
293 int dialmax; /* Max. Number of Dial-retries */
294 int cbdelay; /* Delay before Callback starts */
295 int dtimer; /* Timeout-counter for dialing */
296 char msn[ISDN_MSNLEN]; /* MSNs/EAZs for this interface */
297 u_char cbhup; /* Flag: Reject Call before Callback*/
298 u_char dialstate; /* State for dialing */
299 u_char p_encap; /* Packet encapsulation */
303 u_char l2_proto; /* Layer-2-protocol */
310 u_char l3_proto; /* Layer-3-protocol */
314 int huptimer; /* Timeout-counter for auto-hangup */
338 struct isdn_net_local_s *next; /* Ptr to next link in bundle */ argument
339 struct isdn_net_local_s *last; /* Ptr to last link in bundle */ argument
340 struct isdn_net_dev_s *netdev; /* Ptr to netdev */
341 struct sk_buff_head super_tx_queue; /* List of supervisory frames to */
343 atomic_t frame_cnt; /* number of frames currently */
346 spinlock_t xmit_lock; /* used to protect the xmit path of */
350 int pppbind; /* ippp device for bindings */
351 int dialtimeout; /* How long shall we try on dialing? (jiffies) */
352 int dialwait; /* How long shall we wait after failed attempt? (jiffies) */
353 ulong dialstarted; /* jiffies of first dialing-attempt */
354 ulong dialwait_timer; /* jiffies of earliest next dialing-attempt */
355 int huptimeout; /* How long will the connection be up? (seconds) */
357 struct concap_device_ops *dops; /* callbacks used by encapsulator */
360 ulong cisco_myseq; /* Local keepalive seq. for Cisco */
361 ulong cisco_mineseen; /* returned keepalive seq. from remote */
362 ulong cisco_yourseq; /* Remote keepalive seq. for Cisco */
363 int cisco_keepalive_period; /* keepalive period */
364 ulong cisco_last_slarp_in; /* jiffie of last keepalive packet we received */
365 char cisco_line_state; /* state of line according to keepalive packets */
366 char cisco_debserint; /* debugging flag of cisco hdlc with slarp */
367 struct timer_list cisco_timer;
368 struct work_struct tqueue;