Lines Matching refs:mISDNchannel
445 struct mISDNchannel;
453 struct mISDNchannel *ch;
456 typedef int (ctrl_func_t)(struct mISDNchannel *, u_int, void *);
457 typedef int (send_func_t)(struct mISDNchannel *, struct sk_buff *);
467 struct mISDNchannel { struct
474 struct mISDNchannel *peer; argument
487 struct mISDNchannel ch; argument
495 struct mISDNchannel D;
502 struct mISDNchannel *teimgr;
514 struct mISDNchannel *layer1;
515 struct mISDNchannel own;
565 _queue_data(struct mISDNchannel *ch, u_int prim, in _queue_data()
598 extern void set_channel_address(struct mISDNchannel *, u_int, u_int);
601 extern const char *mISDNDevName4ch(struct mISDNchannel *);