Home
last modified time | relevance | path

Searched refs:SCTP_STREAM_OPEN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h600 #define SCTP_STREAM_OPEN 0x02 macro
H A Dsctp_input.c369 asoc->strmout[i].state = SCTP_STREAM_OPEN; in sctp_process_init()
3396 stcb->asoc.strmout[temp].state = SCTP_STREAM_OPEN; in sctp_reset_clear_pending()
3400 stcb->asoc.strmout[i].state = SCTP_STREAM_OPEN; in sctp_reset_clear_pending()
3554 asoc->strmout[i].state = SCTP_STREAM_OPEN; in sctp_handle_stream_reset_response()
3677 if (stcb->asoc.strmout[req->list_of_streams[i]].state == SCTP_STREAM_OPEN) { in sctp_handle_str_reset_request_in()
3684 if (stcb->asoc.strmout[i].state == SCTP_STREAM_OPEN) in sctp_handle_str_reset_request_in()
H A Dsctp_usrreq.c4703 if (stcb->asoc.strmout[strm].state == SCTP_STREAM_OPEN) {
4711 if (stcb->asoc.strmout[i].state == SCTP_STREAM_OPEN) {
H A Dsctp_output.c12850 if ((asoc->strmout[srcv->sinfo_stream].state != SCTP_STREAM_OPEN) && in sctp_lower_sosend()
12855 if (asoc->strmout[srcv->sinfo_stream].state > SCTP_STREAM_OPEN) { in sctp_lower_sosend()