Searched defs:rtcweb_datachannel_open_request (Results 1 – 1 of 1) sorted by relevance
127 struct rtcweb_datachannel_open_request { struct128 uint8_t msg_type; /* DATA_CHANNEL_OPEN_REQUEST */129 uint8_t channel_type;130 uint16_t flags;131 uint16_t reliability_params;132 int16_t priority;133 char label[];