Searched refs:next_timeout_sec (Results 1 – 1 of 1) sorted by relevance
270 int next_timeout_sec = 0; in advertisement_state_machine_handler() local302 next_timeout_sec = 10; /* ... later */ in advertisement_state_machine_handler()318 next_timeout_sec = UPNP_CACHE_SEC / 4 + in advertisement_state_machine_handler()323 sm->advertise_count, next_timeout_sec); in advertisement_state_machine_handler()331 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in advertisement_state_machine_handler()391 int next_timeout_sec = 0; in msearchreply_state_machine_handler() local432 next_timeout_sec, next_timeout_msec); in msearchreply_state_machine_handler()433 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in msearchreply_state_machine_handler()458 int next_timeout_sec; in msearchreply_state_machine_start() local479 next_timeout_sec = next_timeout_msec / 1000; in msearchreply_state_machine_start()[all …]