Home
last modified time | relevance | path

Searched refs:idle_timeout_handle (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/netisdn/
Di4b_l4.c316 STOP_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd); in i4b_l4_pdeact()
623 STOP_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd); in i4b_l4_disconnect_ind()
941 START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz/2); in i4b_l4_setup_timeout()
977 START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz/2); in i4b_l4_setup_timeout_fix_unit()
986 …START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz*(cd->shorthold_data.unitlen_time - (cd… in i4b_l4_setup_timeout_fix_unit()
1023 …START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz * (cd->shorthold_data.unitlen_time - 1… in i4b_l4_setup_timeout_var_unit()
1070 START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz/2); in i4b_idle_check()
1119 START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz/2); in i4b_idle_check_fix_unit()
1134 START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz*(cd->shorthold_data.idle_time)); in i4b_idle_check_fix_unit()
1145 START_TIMER(cd->idle_timeout_handle, i4b_idle_check, cd, hz*(cd->shorthold_data.earlyhup_time)); in i4b_idle_check_fix_unit()
[all …]
Di4b_l3l4.h139 struct timeout idle_timeout_handle; member
Di4b_l4mgmt.c343 timeout_del(&cd->idle_timeout_handle); in i4b_stop_callout()