Searched refs:net_conn (Results 1 – 8 of 8) sorted by relevance
| /webrtc/sctp/src/association/ |
| H A D | mod.rs | 176 pub net_conn: Arc<dyn Conn + Send + Sync>, field 208 net_conn: Arc<dyn Conn + Send + Sync>, field 279 let _ = self.net_conn.close().await; in close() 286 let net_conn = Arc::clone(&config.net_conn); in new() localVariable 328 let net_conn1 = Arc::clone(&net_conn); in new() 329 let net_conn2 = Arc::clone(&net_conn); in new() 414 net_conn, in new() 426 net_conn: Arc<dyn Conn + Send + Sync>, in read_loop() 438 result = net_conn.recv(&mut buffer) => { in read_loop() 481 net_conn: Arc<dyn Conn + Send + Sync>, in write_loop() [all …]
|
| H A D | association_test.rs | 34 net_conn: ca, in create_new_association_pair() 50 net_conn: cb, in create_new_association_pair() 2085 let result = a0.net_conn.send(&packet).await; in test_assoc_abort() 2211 net_conn: Arc::clone(&conn) as Arc<dyn Conn + Send + Sync>, in test_stats() 2246 net_conn: Arc::new(udp1), in create_assocs() 2260 net_conn: Arc::new(udp2), in create_assocs() 2604 net_conn: Arc::new(a_conn), in test_association_handle_packet_before_init()
|
| /webrtc/sctp/examples/ |
| H A D | throughput.rs | 65 net_conn: Arc::new(conn), in main() 111 net_conn: conn, in main()
|
| H A D | pong.rs | 65 net_conn: Arc::new(conn), in main()
|
| H A D | ping.rs | 66 net_conn: conn, in main()
|
| /webrtc/webrtc/src/sctp_transport/ |
| H A D | mod.rs | 148 if let Some(net_conn) = &dtls_transport.conn().await { in start() 160 net_conn: Arc::clone(net_conn) as Arc<dyn Conn + Send + Sync>, in start()
|
| /webrtc/sctp/src/association/association_internal/ |
| H A D | association_internal_test.rs | 363 net_conn: Arc::new(DumbConn {}), in handle_init_test() 453 net_conn: Arc::new(DumbConn {}), in test_assoc_max_message_size_default() 498 net_conn: Arc::new(DumbConn {}), in test_assoc_max_message_size_explicit()
|
| /webrtc/data/src/data_channel/ |
| H A D | data_channel_test.rs | 37 net_conn: ca, in create_new_association_pair() 53 net_conn: cb, in create_new_association_pair()
|