Home
last modified time | relevance | path

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

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.c226 UINT64 connect_started_tick; in KeepThread() local
251 connect_started_tick = Tick64(); in KeepThread()
285 if ((Tick64() - connect_started_tick) >= KEEP_RETRY_INTERVAL) in KeepThread()
385 UINT64 connect_started_tick; in KeepThread() local
410 connect_started_tick = Tick64(); in KeepThread()
450 if ((Tick64() - connect_started_tick) >= KEEP_RETRY_INTERVAL) in KeepThread()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.c226 UINT64 connect_started_tick; in KeepThread() local
251 connect_started_tick = Tick64(); in KeepThread()
285 if ((Tick64() - connect_started_tick) >= KEEP_RETRY_INTERVAL) in KeepThread()
385 UINT64 connect_started_tick; in KeepThread() local
410 connect_started_tick = Tick64(); in KeepThread()
450 if ((Tick64() - connect_started_tick) >= KEEP_RETRY_INTERVAL) in KeepThread()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.c154 UINT64 connect_started_tick; in KeepThread() local
179 connect_started_tick = Tick64(); in KeepThread()
213 if ((Tick64() - connect_started_tick) >= KEEP_RETRY_INTERVAL) in KeepThread()
313 UINT64 connect_started_tick; in KeepThread() local
338 connect_started_tick = Tick64(); in KeepThread()
378 if ((Tick64() - connect_started_tick) >= KEEP_RETRY_INTERVAL) in KeepThread()