Searched refs:reader_fd (Results 1 – 1 of 1) sorted by relevance
/tools/netsim/rust/libslirp-rs/src/ |
D | libslirp.rs | 1283 let reader_fd = to_os_fd(&reader); in test_accept_close_before_write() localVariable 1294 poll_and_assert_result(&tx_poll, &rx_cmds, reader_fd, SLIRP_POLL_IN, expected_revents); in test_accept_close_before_write() 1307 let reader_fd = to_os_fd(&reader); in test_accept_write_close() localVariable 1312 poll_and_assert_result(&tx_poll, &rx_cmds, reader_fd, SLIRP_POLL_IN, SLIRP_POLL_IN); in test_accept_write_close() 1321 poll_and_assert_result(&tx_poll, &rx_cmds, reader_fd, SLIRP_POLL_IN, 0); in test_accept_write_close() 1336 poll_and_assert_result(&tx_poll, &rx_cmds, reader_fd, SLIRP_POLL_IN, expected_revents); in test_accept_write_close()
|