Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/wps/
HDhttpread.c57 int timeout_seconds; /* 0 or total duration timeout period */ member
735 int timeout_seconds /* 0; or total duration timeout period */ in httpread_create() argument
747 h->timeout_seconds = timeout_seconds; in httpread_create()
749 if (timeout_seconds > 0 && in httpread_create()
750 eloop_register_timeout(timeout_seconds, 0, in httpread_create()
HDhttpread.h75 int timeout_seconds /* 0; or total duration timeout period */
/NextBSD/sys/dev/hyperv/include/
HDhyperv.h642 uint32_t timeout_seconds; member
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp396 const uint64_t timeout_seconds = GetGlobalPluginProperties()->GetPacketTimeout(); in ProcessGDBRemote() local
397 if (timeout_seconds > 0) in ProcessGDBRemote()
398 m_gdb_comm.SetPacketTimeout(timeout_seconds); in ProcessGDBRemote()