Home
last modified time | relevance | path

Searched refs:pkt_iovs (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs1857 let mut pkt_iovs = Vec::new(); in test_recvmm2() variables
1860 pkt_iovs.push(IoSliceMut::new(chunk)); in test_recvmm2()
1862 recv_iovs.push(pkt_iovs); in test_recvmm2()
1863 pkt_iovs = Vec::new(); in test_recvmm2()
1866 drop(pkt_iovs); in test_recvmm2()

Completed in 3 milliseconds