Lines Matching refs:ax25_cb
39 void ax25_setup_timers(ax25_cb *ax25)
48 void ax25_start_heartbeat(ax25_cb *ax25)
53 void ax25_start_t1timer(ax25_cb *ax25)
58 void ax25_start_t2timer(ax25_cb *ax25)
63 void ax25_start_t3timer(ax25_cb *ax25)
71 void ax25_start_idletimer(ax25_cb *ax25)
79 void ax25_stop_heartbeat(ax25_cb *ax25)
84 void ax25_stop_t1timer(ax25_cb *ax25)
89 void ax25_stop_t2timer(ax25_cb *ax25)
94 void ax25_stop_t3timer(ax25_cb *ax25)
99 void ax25_stop_idletimer(ax25_cb *ax25)
104 int ax25_t1timer_running(ax25_cb *ax25)
122 ax25_cb *ax25 = from_timer(ax25, t, timer);
146 ax25_cb *ax25 = from_timer(ax25, t, t1timer);
165 ax25_cb *ax25 = from_timer(ax25, t, t2timer);
184 ax25_cb *ax25 = from_timer(ax25, t, t3timer);
205 ax25_cb *ax25 = from_timer(ax25, t, idletimer);