Home
last modified time | relevance | path

Searched defs:expected_nread (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/tests/net/
Dpoll.rs48 let expected_nread = rustix::io::ioctl_fionread(&data_socket).unwrap(); in server() localVariable
94 let expected_nread = rustix::io::ioctl_fionread(&data_socket).unwrap(); in client() localVariable