Home
last modified time | relevance | path

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

/external/usrsctp/programs/
Drtcweb.c139 struct rtcweb_datachannel_open_response { struct
367 struct rtcweb_datachannel_open_response rsp; in send_open_response_message()
370 memset(&rsp, 0, sizeof(struct rtcweb_datachannel_open_response)); in send_open_response_message()
380 &rsp, sizeof(struct rtcweb_datachannel_open_response), in send_open_response_message()
695 struct rtcweb_datachannel_open_response *rsp, in handle_open_response_message()
791 struct rtcweb_datachannel_open_response *rsp; in handle_message()
810 if (length < sizeof(struct rtcweb_datachannel_open_response)) { in handle_message()
814 rsp = (struct rtcweb_datachannel_open_response *)buffer; in handle_message()