Home
last modified time | relevance | path

Searched refs:NET_CONNECT_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dx_spider.h29 #define NET_CONNECT_TIMEOUT 20 macro
H A Dinterface.h41 #define NET_CONNECT_TIMEOUT 20 macro
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DI_NetProcessor.h31 #define NET_CONNECT_TIMEOUT 30 macro
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Dialog/
H A DPSPNetconfDialog.cpp49 const static int NET_CONNECT_TIMEOUT = 15000000; // Using 15 secs to match the timeout on Adhoc Ser… variable
332 bool timedout = (state == ADHOCCTL_STATE_DISCONNECTED && now - startTime > NET_CONNECT_TIMEOUT); in Update()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DPSPNetconfDialog.cpp49 const static int NET_CONNECT_TIMEOUT = 15000000; // Using 15 secs to match the timeout on Adhoc Ser… variable
332 bool timedout = (state == ADHOCCTL_STATE_DISCONNECTED && now - startTime > NET_CONNECT_TIMEOUT); in Update()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Dialog/
H A DPSPNetconfDialog.cpp49 const static int NET_CONNECT_TIMEOUT = 15000000; // Using 15 secs to match the timeout on Adhoc Ser… variable
332 bool timedout = (state == ADHOCCTL_STATE_DISCONNECTED && now - startTime > NET_CONNECT_TIMEOUT); in Update()