Home
last modified time | relevance | path

Searched defs:nbr_of_new_streams (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/net/dcsctp/packet/parameter/
H A Dadd_outgoing_streams_request_parameter.h41 uint16_t nbr_of_new_streams) in AddOutgoingStreamsRequestParameter()
54 uint16_t nbr_of_new_streams() const { return nbr_of_new_streams_; } in nbr_of_new_streams() function
H A Dadd_incoming_streams_request_parameter.h41 uint16_t nbr_of_new_streams) in AddIncomingStreamsRequestParameter()
54 uint16_t nbr_of_new_streams() const { return nbr_of_new_streams_; } in nbr_of_new_streams() function
H A Dadd_outgoing_streams_request_parameter.cc47 uint16_t nbr_of_new_streams = reader->Load16<8>(); in Parse() local
H A Dadd_incoming_streams_request_parameter.cc48 uint16_t nbr_of_new_streams = reader->Load16<8>(); in Parse() local