Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sctp.c101 #define SCTP_SELECTIVE_ACK 0x03 macro
121 { SCTP_SELECTIVE_ACK, "SACK" },
734 case SCTP_SELECTIVE_ACK: in sctp_print()
/external/usrsctp/usrsctplib/netinet/
Dsctp.h457 #define SCTP_SELECTIVE_ACK 0x03 macro
Dsctp_input.c3648 case SCTP_SELECTIVE_ACK:
4948 if (((ch->chunk_type == SCTP_SELECTIVE_ACK) ||
5120 case SCTP_SELECTIVE_ACK:
5130 ch->chunk_type == SCTP_SELECTIVE_ACK ? "SCTP_SACK" : "SCTP_NR_SACK");
5134 (ch->chunk_type == SCTP_SELECTIVE_ACK) ? "SCTP_SACK" : "SCTP_NR_SACK");
5137 if (ch->chunk_type == SCTP_SELECTIVE_ACK) {
5160 if (ch->chunk_type == SCTP_SELECTIVE_ACK) {
5196 (ch->chunk_type == SCTP_SELECTIVE_ACK) ? "SCTP_SACK" : "SCTP_NR_SACK",
Dsctp_output.c7656 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
8508 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
9001 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
9016 if ((chk->rec.chunk_id.id == SCTP_SELECTIVE_ACK) ||
11175 type = SCTP_SELECTIVE_ACK;
11255 if (type == SCTP_SELECTIVE_ACK) {
11318 if (type == SCTP_SELECTIVE_ACK) {
11343 if (((type == SCTP_SELECTIVE_ACK) &&
11350 if (type == SCTP_SELECTIVE_ACK) {
11500 if (type == SCTP_SELECTIVE_ACK) {
Dsctp_indata.c2832 case SCTP_SELECTIVE_ACK: in sctp_process_data()
/external/usrsctp/usrsctplib/
Dusrsctp.h778 #define SCTP_SELECTIVE_ACK 0x03 macro