Home
last modified time | relevance | path

Searched refs:source_port (Results 1 – 6 of 6) sorted by relevance

/webrtc/util/src/vnet/
H A Dchunk.rs143 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 Dpacket.rs57 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 Dassociation_internal.rs39 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 Dassociation_test.rs2469 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 Dassociation_internal_test.rs370 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 Dchunk_test.rs586 source_port: 1, in test_init_marshal_unmarshal()