Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Drtcweb.c84 uint16_t o_stream; member
181 channel->o_stream = 0; in init_peer_connection()
226 find_channel_by_o_stream(struct peer_connection *pc, uint16_t o_stream) in find_channel_by_o_stream() argument
228 if (o_stream < NUMBER_OF_STREAMS) { in find_channel_by_o_stream()
229 return (pc->o_stream_channel[o_stream]); in find_channel_by_o_stream()
293 (pc->channels[i].o_stream == 0)) { in request_more_o_streams()
318 send_open_request_message(struct socket *sock, uint16_t o_stream, uint8_t unordered, uint16_t pr_po… in send_open_request_message() argument
348 sndinfo.snd_sid = o_stream; in send_open_request_message()
364 send_open_response_message(struct socket *sock, uint16_t o_stream, uint16_t i_stream) in send_open_response_message() argument
376 sndinfo.snd_sid = o_stream; in send_open_response_message()
[all …]