Lines Matching defs:ax25
42 void ax25_setup_timers(ax25_cb *ax25) in ax25_setup_timers()
51 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat()
56 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer()
61 void ax25_start_t2timer(ax25_cb *ax25) in ax25_start_t2timer()
66 void ax25_start_t3timer(ax25_cb *ax25) in ax25_start_t3timer()
74 void ax25_start_idletimer(ax25_cb *ax25) in ax25_start_idletimer()
82 void ax25_stop_heartbeat(ax25_cb *ax25) in ax25_stop_heartbeat()
87 void ax25_stop_t1timer(ax25_cb *ax25) in ax25_stop_t1timer()
92 void ax25_stop_t2timer(ax25_cb *ax25) in ax25_stop_t2timer()
97 void ax25_stop_t3timer(ax25_cb *ax25) in ax25_stop_t3timer()
102 void ax25_stop_idletimer(ax25_cb *ax25) in ax25_stop_idletimer()
107 int ax25_t1timer_running(ax25_cb *ax25) in ax25_t1timer_running()
125 ax25_cb *ax25 = from_timer(ax25, t, timer); in ax25_heartbeat_expiry() local
149 ax25_cb *ax25 = from_timer(ax25, t, t1timer); in ax25_t1timer_expiry() local
168 ax25_cb *ax25 = from_timer(ax25, t, t2timer); in ax25_t2timer_expiry() local
187 ax25_cb *ax25 = from_timer(ax25, t, t3timer); in ax25_t3timer_expiry() local
208 ax25_cb *ax25 = from_timer(ax25, t, idletimer); in ax25_idletimer_expiry() local