Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Drtcweb.c64 #define NUMBER_OF_STREAMS (100) macro
92 struct channel *i_stream_channel[NUMBER_OF_STREAMS];
93 struct channel *o_stream_channel[NUMBER_OF_STREAMS];
94 uint16_t o_stream_buffer[NUMBER_OF_STREAMS];
185 for (i = 0; i < NUMBER_OF_STREAMS; i++) { in init_peer_connection()
218 if (i_stream < NUMBER_OF_STREAMS) { in find_channel_by_i_stream()
228 if (o_stream < NUMBER_OF_STREAMS) { in find_channel_by_o_stream()
264 if (status.sstat_outstrms < NUMBER_OF_STREAMS) { in find_free_o_stream()
267 limit = NUMBER_OF_STREAMS; in find_free_o_stream()
302 if (status.sstat_outstrms + o_streams_needed > NUMBER_OF_STREAMS) { in request_more_o_streams()
[all …]