Searched refs:next_timeout_sec (Results 1 – 1 of 1) sorted by relevance
274 int next_timeout_sec = 0; in advertisement_state_machine_handler() local306 next_timeout_sec = 10; /* ... later */ in advertisement_state_machine_handler()322 next_timeout_sec = UPNP_CACHE_SEC / 4 + in advertisement_state_machine_handler()327 sm->advertise_count, next_timeout_sec); in advertisement_state_machine_handler()335 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in advertisement_state_machine_handler()395 int next_timeout_sec = 0; in msearchreply_state_machine_handler() local436 next_timeout_sec, next_timeout_msec); in msearchreply_state_machine_handler()437 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in msearchreply_state_machine_handler()462 int next_timeout_sec; in msearchreply_state_machine_start() local483 next_timeout_sec = next_timeout_msec / 1000; in msearchreply_state_machine_start()[all …]