• Home
  • Raw
  • Download

Lines Matching refs:recv_send

4548                 len = recv_send(&mut self.server, buf, len)?;  in handshake()
4549 len = recv_send(&mut self.client, buf, len)?; in handshake()
4552 recv_send(&mut self.server, buf, len)?; in handshake()
4608 len = recv_send(&mut self.client, buf, len)?; in advance()
4611 len = recv_send(&mut self.server, buf, len)?; in advance()
4623 recv_send(&mut self.server, buf, written) in send_pkt_to_server()
4627 pub fn recv_send( in recv_send() function
4896 testing::recv_send(&mut pipe.server, &mut buf, len), in missing_initial_source_connection_id()
4918 testing::recv_send(&mut pipe.server, &mut buf, len), in invalid_initial_source_connection_id()
4947 len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in handshake_confirmation()
4956 len = testing::recv_send(&mut pipe.client, &mut buf, len).unwrap(); in handshake_confirmation()
4965 len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in handshake_confirmation()
4974 len = testing::recv_send(&mut pipe.client, &mut buf, len).unwrap(); in handshake_confirmation()
4983 testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in handshake_confirmation()
5029 testing::recv_send(&mut pipe.server, &mut buf, client_sent).unwrap(); in limit_handshake_data()
5668 len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in early_1rtt_packet()
5671 len = testing::recv_send(&mut pipe.client, &mut buf, len).unwrap(); in early_1rtt_packet()
5676 testing::recv_send(&mut pipe.server, &mut buf, 0).unwrap(); in early_1rtt_packet()
6528 len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in retry()
6529 len = testing::recv_send(&mut pipe.client, &mut buf, len).unwrap(); in retry()
6530 testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in retry()
6583 len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in missing_retry_source_connection_id()
6638 len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in invalid_retry_source_connection_id()
7395 let len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in handshake_anti_deadlock()
7405 assert!(testing::recv_send(&mut pipe.client, &mut buf, len).is_ok()); in handshake_anti_deadlock()
7429 let len = testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in handshake_packet_type_corruption()
7513 testing::recv_send(&mut pipe.client, &mut buf, len).unwrap(); in dgram_send_app_limited()
7514 testing::recv_send(&mut pipe.server, &mut buf, len).unwrap(); in dgram_send_app_limited()