Home
last modified time | relevance | path

Searched refs:stream_timeout (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/include/
D__errc91 stream_timeout, // ETIME
201 stream_timeout = ETIME,
203 stream_timeout = ETIMEDOUT,
/external/llvm-project/libcxx/include/
D__errc90 stream_timeout, // ETIME
200 stream_timeout = ETIME,
202 stream_timeout = ETIMEDOUT,
/external/wpa_supplicant_8/wpa_supplicant/
Drobust_av.c30 wpabuf_put_le32(buf, robust_av->stream_timeout); in wpas_populate_mscs_descriptor_ie()
Dwpa_supplicant_i.h522 u32 stream_timeout; member
Dctrl_iface.c10464 robust_av->stream_timeout = atoi(pos + 15); in wpas_ctrl_iface_configure_mscs()
10465 if (robust_av->stream_timeout == 0) in wpas_ctrl_iface_configure_mscs()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp94 static_assert(static_cast<int>(std::errc::stream_timeout) == ETIME, ""); in main()
/external/llvm-project/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp95 static_assert(static_cast<int>(std::errc::stream_timeout) == ETIME, ""); in main()