Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Drtcweb.c93 struct channel *o_stream_channel[NUMBER_OF_STREAMS]; member
187 pc->o_stream_channel[i] = NULL; in init_peer_connection()
229 return (pc->o_stream_channel[o_stream]); in find_channel_by_o_stream()
271 if (pc->o_stream_channel[i] == NULL) { in find_free_o_stream()
486 pc->o_stream_channel[o_stream] = channel; in open_channel()
489 pc->o_stream_channel[o_stream] = channel; in open_channel()
673 pc->o_stream_channel[o_stream] = channel; in handle_open_request_message()
677 pc->o_stream_channel[o_stream] = channel; in handle_open_request_message()
1037 pc->o_stream_channel[channel->o_stream] = NULL;
1083 pc->o_stream_channel[o_stream] = channel;