Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Drtcweb.c71 #define DATA_CHANNEL_CONNECTING 1 macro
292 if ((pc->channels[i].state == DATA_CHANNEL_CONNECTING) && in request_more_o_streams()
476 channel->state = DATA_CHANNEL_CONNECTING; in open_channel()
514 (channel->state != DATA_CHANNEL_CONNECTING)) { in send_user_message()
661 channel->state = DATA_CHANNEL_CONNECTING; in handle_open_request_message()
708 if (channel->state != DATA_CHANNEL_CONNECTING) { in handle_open_response_message()
744 if (channel->state != DATA_CHANNEL_CONNECTING) { in handle_open_ack_message()
770 if (channel->state == DATA_CHANNEL_CONNECTING) { in handle_data_message()
1064 if ((channel->state == DATA_CHANNEL_CONNECTING) &&
1251 case DATA_CHANNEL_CONNECTING: