Home
last modified time | relevance | path

Searched refs:param_type (Results 1 – 18 of 18) sorted by relevance

/webrtc/sctp/src/param/
H A Dparam_type.rs60 param_type: u16,
129 param_type: unknown, in from()
164 ParamType::Unknown { param_type, .. } => param_type, in from()
H A Dparam_unknown.rs3 use crate::param::param_type::ParamType;
29 param_type: self.typ, in header()
H A Dmod.rs14 pub(crate) mod param_type; module
28 use param_type::*;
H A Dparam_forward_tsn_supported.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_random.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_heartbeat_info.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_header.rs1 use super::{param_type::*, *};
H A Dparam_state_cookie.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_supported_extensions.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_chunk_list.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_unrecognized.rs2 use crate::param::param_type::ParamType;
H A Dparam_outgoing_reset_request.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_reconfig_response.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_requested_hmac_algorithm.rs1 use super::{param_header::*, param_type::*, *};
H A Dparam_test.rs6 use super::param_type::*;
/webrtc/sctp/src/chunk/
H A Dchunk_heartbeat.rs2 use crate::param::{param_header::*, param_type::*, *};
H A Dchunk_heartbeat_ack.rs2 use crate::param::param_type::ParamType;
/webrtc/sctp/src/association/
H A Dassociation_internal.rs6 use crate::param::param_type::ParamType;
672 if let ParamType::Unknown { param_type } = param.header().typ { in handle_init()
673 let needs_to_be_reported = ((param_type >> 14) & 0x01) == 1; in handle_init()