Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_constants.h393 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
394 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
Dsctp.h474 #define SCTP_IDATA 0x40 macro
Dsctp_indata.c1735 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
1886 if ((chk_type == SCTP_IDATA) && in sctp_process_a_data_chunk()
2061 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2067 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2086 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2787 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
2798 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
Dsctp_input.c3478 case SCTP_IDATA:
4633 } else if (desc.chunk_type == SCTP_IDATA) {
Dsctp_output.c5208 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;
6481 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;
8159 ndchkh->ch.chunk_type = SCTP_IDATA;
Dsctp_pcb.c7450 case SCTP_IDATA: