Home
last modified time | relevance | path

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

/external/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.c1715 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
1866 if ((chk_type == SCTP_IDATA) && in sctp_process_a_data_chunk()
2041 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2047 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2066 if (chk_type == SCTP_IDATA) { in sctp_process_a_data_chunk()
2768 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
2779 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
Dsctp_output.c5255 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;
6529 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;
8203 ndchkh->ch.chunk_type = SCTP_IDATA;
Dsctp_pcb.c7530 case SCTP_IDATA: