Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Drtcweb.c216 find_channel_by_i_stream(struct peer_connection *pc, uint16_t i_stream) in find_channel_by_i_stream() function
621 if ((channel = find_channel_by_i_stream(pc, i_stream))) { in handle_open_request_message()
713 if (find_channel_by_i_stream(pc, i_stream)) { in handle_open_response_message()
736 channel = find_channel_by_i_stream(pc, i_stream); in handle_open_ack_message()
765 channel = find_channel_by_i_stream(pc, i_stream); in handle_data_message()
1014 channel = find_channel_by_i_stream(pc, strrst->strreset_stream_list[i]);