Home
last modified time | relevance | path

Searched defs:chunk_types (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/net/dcsctp/packet/parameter/
Dsupported_extensions_parameter.h41 explicit SupportedExtensionsParameter(std::vector<uint8_t> chunk_types) in SupportedExtensionsParameter()
55 rtc::ArrayView<const uint8_t> chunk_types() const { return chunk_types_; } in chunk_types() function
Dsupported_extensions_parameter.cc49 std::vector<uint8_t> chunk_types(reader->variable_data().begin(), in Parse() local
/external/webrtc/net/dcsctp/socket/
Ddcsctp_socket.cc130 std::vector<uint8_t> chunk_types = {ReConfigChunk::kType}; in AddCapabilityParameters() local