HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_SELECTIVE_ACK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp.h 252 #define SCTP_SELECTIVE_ACK 0x03
sctp_input.c 2529 case SCTP_SELECTIVE_ACK:
3164 if (((ch->chunk_type == SCTP_SELECTIVE_ACK) ||
3359 case SCTP_SELECTIVE_ACK:
sctp_output.c 4953 if ((chk->rec.chunk_id == SCTP_SELECTIVE_ACK) ||
5520 if ((chk->rec.chunk_id == SCTP_SELECTIVE_ACK) ||
5534 if (chk->rec.chunk_id == SCTP_SELECTIVE_ACK) {
7677 if (chk->rec.chunk_id == SCTP_SELECTIVE_ACK) {
7701 a_chk->rec.chunk_id = SCTP_SELECTIVE_ACK;
7892 sack->ch.chunk_type = SCTP_SELECTIVE_ACK;
sctp_indata.c 4311 sack.ch.chunk_type = SCTP_SELECTIVE_ACK;

Completed in 27 milliseconds