Searched refs:next_timeout_sec (Results 1 – 1 of 1) sorted by relevance
264 int next_timeout_sec = 0; in advertisement_state_machine_handler() local296 next_timeout_sec = 10; /* ... later */ in advertisement_state_machine_handler()312 next_timeout_sec = UPNP_CACHE_SEC / 4 + in advertisement_state_machine_handler()317 sm->advertise_count, next_timeout_sec); in advertisement_state_machine_handler()325 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in advertisement_state_machine_handler()385 int next_timeout_sec = 0; in msearchreply_state_machine_handler() local426 next_timeout_sec, next_timeout_msec); in msearchreply_state_machine_handler()427 eloop_register_timeout(next_timeout_sec, next_timeout_msec, in msearchreply_state_machine_handler()452 int next_timeout_sec; in msearchreply_state_machine_start() local473 next_timeout_sec = next_timeout_msec / 1000; in msearchreply_state_machine_start()[all …]