Home
last modified time | relevance | path

Searched refs:is_ack (Results 1 – 5 of 5) sorted by relevance

/webrtc/sctp/src/chunk/
H A Dchunk_init.rs68 pub(crate) is_ack: bool, field
80 is_ack: self.is_ack, in clone()
104 self.is_ack, in fmt()
122 typ: if self.is_ack { CT_INIT_ACK } else { CT_INIT }, in header()
182 is_ack: header.typ == CT_INIT_ACK, in unmarshal()
H A Dchunk_test.rs592 is_ack: true, in test_init_marshal_unmarshal()
/webrtc/sctp/src/
H A Dpacket.rs215 if !ci.is_ack { in check_packet()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs688 is_ack: true, in handle_init()
2104 if c.is_ack { in handle_chunk()
H A Dassociation_test.rs2473 is_ack: true, in test_association_handle_packet_before_init()