Searched refs:source_port (Results 1 – 6 of 6) sorted by relevance
| /webrtc/util/src/vnet/ |
| H A D | chunk.rs | 143 pub(crate) source_port: u16, field 183 SocketAddr::new(self.chunk_ip.source_ip, self.source_port) in source_addr() 202 source_port: self.source_port, in clone_to() 215 self.source_port = addr.port(); in set_source_addr() 236 source_port: src_addr.port(), in new() 246 source_port: u16, field 290 SocketAddr::new(self.chunk_ip.source_ip, self.source_port) in source_addr() 309 source_port: self.source_port, in clone_to() 323 self.source_port = addr.port(); in set_source_addr() 344 source_port: src_addr.port(), in new()
|
| /webrtc/sctp/src/ |
| H A D | packet.rs | 57 pub(crate) source_port: u16, field 72 self.source_port, self.destination_port, self.verification_tag, in fmt() 91 let source_port = reader.get_u16(); in unmarshal() localVariable 143 source_port, in unmarshal() 153 writer.put_u16(self.source_port); in marshal_to() 200 if self.source_port == 0 { in check_packet() 254 pkt.source_port, 5000, in test_packet_unmarshal() 256 5000, pkt.source_port in test_packet_unmarshal()
|
| /webrtc/sctp/src/association/ |
| H A D | association_internal.rs | 39 source_port: u16, field 183 source_port: self.source_port, in send_init() 204 source_port: self.source_port, in send_cookie_echo() 661 source_port: self.source_port, in handle_init() 735 if self.source_port != p.destination_port || self.destination_port != p.source_port { in handle_init_ack() 803 source_port: self.source_port, in handle_heartbeat() 864 source_port: self.source_port, in handle_cookie_echo() 1613 source_port: self.source_port, in create_packet() 1651 source_port: self.source_port, in handle_forward_tsn() 2166 source_port: self.source_port, in handle_chunk() [all …]
|
| H A D | association_test.rs | 2469 source_port: 1, in test_association_handle_packet_before_init() 2485 source_port: 1, in test_association_handle_packet_before_init() 2494 source_port: 1, in test_association_handle_packet_before_init() 2503 source_port: 1, in test_association_handle_packet_before_init() 2512 source_port: 1, in test_association_handle_packet_before_init() 2521 source_port: 1, in test_association_handle_packet_before_init() 2538 source_port: 1, in test_association_handle_packet_before_init() 2550 source_port: 1, in test_association_handle_packet_before_init() 2562 source_port: 1, in test_association_handle_packet_before_init() 2571 source_port: 1, in test_association_handle_packet_before_init() [all …]
|
| /webrtc/sctp/src/association/association_internal/ |
| H A D | association_internal_test.rs | 370 source_port: 5001, in handle_init_test() 403 assert_eq!(a.destination_port, pkt.source_port, "{name} should match"); in handle_init_test() 404 assert_eq!(a.source_port, pkt.destination_port, "{name} should match"); in handle_init_test()
|
| /webrtc/sctp/src/chunk/ |
| H A D | chunk_test.rs | 586 source_port: 1, in test_init_marshal_unmarshal()
|