Lines Matching refs:ax25_cb
42 void ax25_setup_timers(ax25_cb *ax25) in ax25_setup_timers()
52 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat()
57 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer()
62 void ax25_start_t2timer(ax25_cb *ax25) in ax25_start_t2timer()
67 void ax25_start_t3timer(ax25_cb *ax25) in ax25_start_t3timer()
75 void ax25_start_idletimer(ax25_cb *ax25) in ax25_start_idletimer()
83 void ax25_stop_heartbeat(ax25_cb *ax25) in ax25_stop_heartbeat()
88 void ax25_stop_t1timer(ax25_cb *ax25) in ax25_stop_t1timer()
93 void ax25_stop_t2timer(ax25_cb *ax25) in ax25_stop_t2timer()
98 void ax25_stop_t3timer(ax25_cb *ax25) in ax25_stop_t3timer()
103 void ax25_stop_idletimer(ax25_cb *ax25) in ax25_stop_idletimer()
108 int ax25_t1timer_running(ax25_cb *ax25) in ax25_t1timer_running()
126 ax25_cb *ax25 = (ax25_cb *)param; in ax25_heartbeat_expiry()
150 ax25_cb *ax25 = (ax25_cb *)param; in ax25_t1timer_expiry()
169 ax25_cb *ax25 = (ax25_cb *)param; in ax25_t2timer_expiry()
188 ax25_cb *ax25 = (ax25_cb *)param; in ax25_t3timer_expiry()
209 ax25_cb *ax25 = (ax25_cb *)param; in ax25_idletimer_expiry()