Searched defs:channel_t (Results 1 – 1 of 1) sorted by relevance
275 struct channel_t { struct276 struct dgnc_board *ch_bd;277 struct digi_t ch_digi;278 struct un_t ch_tun;279 struct un_t ch_pun;281 spinlock_t ch_lock; /* provide for serialization */282 wait_queue_head_t ch_flags_wait;284 uint ch_portnum;285 uint ch_open_count;286 uint ch_flags;[all …]