Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h403 #define SCTP_STR_RESET_ADD_OUT_STREAMS 0x0011 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h403 #define SCTP_STR_RESET_ADD_OUT_STREAMS 0x0011 macro
H A Dsctp_input.c3537 } else if (type == SCTP_STR_RESET_ADD_OUT_STREAMS) { in sctp_handle_stream_reset_response()
4100 } else if (ptype == SCTP_STR_RESET_ADD_OUT_STREAMS) { in sctp_handle_stream_reset()
H A Dsctp_output.c11922 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_OUT_STREAMS); in sctp_add_an_out_stream()