Home
last modified time | relevance | path

Searched refs:time_since_change (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/librenms/librenms-21.5.1/includes/polling/
H A Dstp.inc.php61 $time_since_change = snmp_get($device, 'dot1dStpTimeSinceTopologyChange.0', '-Ovt', 'RSTP-MIB'); variable
62 if ($time_since_change > '100') {
63 $time_since_change = substr($time_since_change, 0, -2); // convert to seconds since change variable
65 $time_since_change = '0'; variable
67 $stp['timeSinceTopologyChange'] = $time_since_change;
181 $time_since_change,
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/
H A Dstp.inc.php61 $time_since_change = snmp_get($device, 'dot1dStpTimeSinceTopologyChange.0', '-Ovt', 'RSTP-MIB'); variable
62 if ($time_since_change > '100') {
63 $time_since_change = substr($time_since_change, 0, -2); // convert to seconds since change variable
65 $time_since_change = '0'; variable
67 $stp['timeSinceTopologyChange'] = $time_since_change;
/dports/games/legesmotus/legesmotus-0.4.0/server/
H A DGateStatus.cpp53 uint64_t time_since_change = get_ticks() - m_change_time; in next_update_time() local
54 if (time_since_change >= get_stick_time()) { in next_update_time()
57 return get_stick_time() - time_since_change; in next_update_time()
71 uint64_t time_since_change = now - m_change_time; in update() local
72 if (time_since_change >= get_stick_time()) { in update()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/emu/
H A Dvideo.c383 int64_t time_since_change = t - g_fs_emu_video_mode_change_time; in update_leds() local
384 if (time_since_change < 6000000) { // 6 seconds in update_leds()
391 if (time_since_change < 5000000) { in update_leds()
394 if (time_since_change < 2000000) { in update_leds()