Searched refs:inbound_map_len (Results 1 – 2 of 2) sorted by relevance
| /webrtc/util/src/vnet/nat/ |
| H A D | nat_test.rs | 61 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_behavior_full_cone_nat() 123 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_behavior_addr_restricted_cone_nat() 133 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_behavior_addr_restricted_cone_nat() 202 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_behavior_port_restricted_cone_nat() 212 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_behavior_port_restricted_cone_nat() 291 assert_eq!(nat.inbound_map_len().await, 2, "should match"); in test_nat_mapping_behavior_symmetric_nat_addr_dependent_mapping() 343 assert_eq!(nat.inbound_map_len().await, 3, "should match"); in test_nat_mapping_behavior_symmetric_nat_port_dependent_mapping() 384 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_timeout_refresh_on_outbound() 397 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_timeout_refresh_on_outbound() 414 assert_eq!(nat.inbound_map_len().await, 1, "should match"); in test_nat_mapping_timeout_refresh_on_outbound() [all …]
|
| /webrtc/util/src/vnet/ |
| H A D | nat.rs | 454 async fn inbound_map_len(&self) -> usize { in inbound_map_len() method
|