Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_constants.h400 #define SCTP_STR_RESET_ADD_OUT_STREAMS 0x0011 macro
H A Dsctp_input.c3493 } else if (type == SCTP_STR_RESET_ADD_OUT_STREAMS) { in sctp_handle_stream_reset_response()
4050 } else if (ptype == SCTP_STR_RESET_ADD_OUT_STREAMS) { in sctp_handle_stream_reset()
H A Dsctp_output.c12036 addstr->ph.param_type = htons(SCTP_STR_RESET_ADD_OUT_STREAMS); in sctp_add_an_out_stream()