Lines Matching refs:mISDNchannel
444 struct mISDNchannel;
452 struct mISDNchannel *ch;
455 typedef int (ctrl_func_t)(struct mISDNchannel *, u_int, void *);
456 typedef int (send_func_t)(struct mISDNchannel *, struct sk_buff *);
466 struct mISDNchannel { struct
473 struct mISDNchannel *peer; argument
486 struct mISDNchannel ch; argument
494 struct mISDNchannel D;
501 struct mISDNchannel *teimgr;
513 struct mISDNchannel *layer1;
514 struct mISDNchannel own;
564 _queue_data(struct mISDNchannel *ch, u_int prim, in _queue_data()
597 extern void set_channel_address(struct mISDNchannel *, u_int, u_int);
600 extern const char *mISDNDevName4ch(struct mISDNchannel *);