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

  /src/sys/netinet/
sctp.h 262 #define SCTP_ECN_CWR 0x0d
sctp_input.c 2587 case SCTP_ECN_CWR:
3580 case SCTP_ECN_CWR:
sctp_output.c 4961 (chk->rec.chunk_id == SCTP_ECN_CWR) ||
5527 (chk->rec.chunk_id == SCTP_ECN_CWR) ||
8614 if (chk->rec.chunk_id == SCTP_ECN_CWR) {
8631 chk->rec.chunk_id = SCTP_ECN_CWR;
8651 cwr->ch.chunk_type = SCTP_ECN_CWR;

Completed in 80 milliseconds