Searched defs:hfc_chan (Results 1 – 1 of 1) sorted by relevance
40 struct hfc_chan { struct41 struct dchannel *dch; /* link if channel is a D-channel */42 struct bchannel *bch; /* link if channel is a B-channel */43 int port; /* the interface port this */45 int nt_timer; /* -1 if off, 0 if elapsed, >0 if running */46 int los, ais, slip_tx, slip_rx, rdi; /* current alarms */47 int jitter;48 u_long cfg; /* port configuration */49 int sync; /* sync state (used by E1) */50 u_int protocol; /* current protocol */[all …]