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