Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h457 #define SCTP_SELECTIVE_ACK 0x03 macro
Dsctp_input.c3644 case SCTP_SELECTIVE_ACK:
4956 if (((ch->chunk_type == SCTP_SELECTIVE_ACK) ||
5128 case SCTP_SELECTIVE_ACK:
5138 ch->chunk_type == SCTP_SELECTIVE_ACK ? "SCTP_SACK" : "SCTP_NR_SACK");
5142 (ch->chunk_type == SCTP_SELECTIVE_ACK) ? "SCTP_SACK" : "SCTP_NR_SACK");
5145 if (ch->chunk_type == SCTP_SELECTIVE_ACK) {
5168 if (ch->chunk_type == SCTP_SELECTIVE_ACK) {
5204 (ch->chunk_type == SCTP_SELECTIVE_ACK) ? "SCTP_SACK" : "SCTP_NR_SACK",
Dsctp_output.c7616 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
8456 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
8949 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
8964 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
11103 type = SCTP_SELECTIVE_ACK;
11183 if (type == SCTP_SELECTIVE_ACK) {
11246 if (type == SCTP_SELECTIVE_ACK) {
11271 if (((type == SCTP_SELECTIVE_ACK) &&
11278 if (type == SCTP_SELECTIVE_ACK) {
11428 if (type == SCTP_SELECTIVE_ACK) {
Dsctp_indata.c2851 case SCTP_SELECTIVE_ACK: in sctp_process_data()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h778 #define SCTP_SELECTIVE_ACK 0x03 macro