Searched defs:send_packet (Results 1 – 5 of 5) sorted by relevance
33 async fn send_packet(&mut self, buf: &[u8]) -> Result<()> { in send_packet() method
114 async fn send_packet(&mut self, packet: &[u8]) -> Result<()>; in send_packet() method163 async fn send_packet(&mut self, packet: &[u8]) -> Result<()> { in send_packet() method1218 async fn send_packet(&mut self, packet: &[u8]) -> Result<()> { in send_packet() method
134 pub async fn send_packet(&self, data: &[u8], timeout: Duration) -> Result<()> { in send_packet() method
155 async fn send_packet(&mut self, packet: &[u8]) -> Result<()> { in send_packet() method
1856 async fn send_packet(&mut self, packet: &[u8]) -> Result<(), Error> { in send_packet() method