Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/socket/
Dtcp.rs992 fn send_impl<'b, F, R>(&'b mut self, f: F) -> Result<R, SendError> in send_impl() method
1029 self.send_impl(|tx_buffer| tx_buffer.enqueue_many_with(f)) in send()
1039 self.send_impl(|tx_buffer| { in send_slice()