Lines Matching defs:ax25
39 void ax25_setup_timers(ax25_cb *ax25) in ax25_setup_timers()
48 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat()
53 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer()
58 void ax25_start_t2timer(ax25_cb *ax25) in ax25_start_t2timer()
63 void ax25_start_t3timer(ax25_cb *ax25) in ax25_start_t3timer()
71 void ax25_start_idletimer(ax25_cb *ax25) in ax25_start_idletimer()
79 void ax25_stop_heartbeat(ax25_cb *ax25) in ax25_stop_heartbeat()
84 void ax25_stop_t1timer(ax25_cb *ax25) in ax25_stop_t1timer()
89 void ax25_stop_t2timer(ax25_cb *ax25) in ax25_stop_t2timer()
94 void ax25_stop_t3timer(ax25_cb *ax25) in ax25_stop_t3timer()
99 void ax25_stop_idletimer(ax25_cb *ax25) in ax25_stop_idletimer()
104 int ax25_t1timer_running(ax25_cb *ax25) in ax25_t1timer_running()
124 ax25_cb *ax25 = from_timer(ax25, t, timer); in ax25_heartbeat_expiry() local
148 ax25_cb *ax25 = from_timer(ax25, t, t1timer); in ax25_t1timer_expiry() local
167 ax25_cb *ax25 = from_timer(ax25, t, t2timer); in ax25_t2timer_expiry() local
186 ax25_cb *ax25 = from_timer(ax25, t, t3timer); in ax25_t3timer_expiry() local
207 ax25_cb *ax25 = from_timer(ax25, t, idletimer); in ax25_idletimer_expiry() local