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

  /src/sys/netinet/
sctp.h 276 #define SCTP_STREAM_RESET 0x82
sctp_output.c 2718 pr_supported->chunk_types[4] = SCTP_STREAM_RESET;
3673 pr_supported->chunk_types[4] = SCTP_STREAM_RESET;
4976 } else if (chk->rec.chunk_id == SCTP_STREAM_RESET) {
6506 (chk->rec.chunk_id == SCTP_STREAM_RESET) ||
6508 if (chk->rec.chunk_id == SCTP_STREAM_RESET) {
8704 chk->rec.chunk_id = SCTP_STREAM_RESET;
8744 strack->ch.chunk_type = SCTP_STREAM_RESET;
8858 chk->rec.chunk_id = SCTP_STREAM_RESET;
8897 strreq->ch.chunk_type = SCTP_STREAM_RESET;
sctp_timer.c 973 if (strrst->rec.chunk_id == SCTP_STREAM_RESET) {
sctp_input.c 2638 if (chk->rec.chunk_id == SCTP_STREAM_RESET) {
3657 case SCTP_STREAM_RESET:
3660 printf("SCTP_STREAM_RESET\n");
sctp_pcb.c 4253 case SCTP_STREAM_RESET:

Completed in 24 milliseconds