Searched refs:POLL_CONNECT_FAIL (Results 1 – 3 of 3) sorted by relevance
51 | afd::POLL_CONNECT_FAIL;52 pub(crate) const WRITABLE_FLAGS: u32 = afd::POLL_SEND | afd::POLL_ABORT | afd::POLL_CONNECT_FAIL;53 pub(crate) const ERROR_FLAGS: u32 = afd::POLL_CONNECT_FAIL;55 afd::POLL_DISCONNECT | afd::POLL_ABORT | afd::POLL_CONNECT_FAIL;56 pub(crate) const WRITE_CLOSED_FLAGS: u32 = afd::POLL_ABORT | afd::POLL_CONNECT_FAIL;108 afd::POLL_CONNECT_FAIL, in debug_details()
228 pub const POLL_CONNECT_FAIL: u32 = 0b100_000_000; constant237 | POLL_CONNECT_FAIL;
211 afd_events = afd::POLL_CONNECT_FAIL; in feed_event()281 let events = ev.flags | afd::POLL_CONNECT_FAIL | afd::POLL_ABORT;