Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__errc91 stream_timeout, // ETIME
202 stream_timeout = ETIME,
204 stream_timeout = ETIMEDOUT,
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h522 u32 stream_timeout; member
H A Drobust_av.c35 wpabuf_put_le32(buf, robust_av->stream_timeout); in wpas_populate_mscs_descriptor_ie()
H A Dctrl_iface.c10746 robust_av->stream_timeout = atoi(pos + 15); in wpas_ctrl_iface_configure_mscs()
10747 if (robust_av->stream_timeout == 0) in wpas_ctrl_iface_configure_mscs()