Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_constants.h398 #define SCTP_STR_RESET_TSN_REQUEST 0x000f macro
HDsctp_input.c3527 } else if (type == SCTP_STR_RESET_TSN_REQUEST) { in sctp_handle_stream_reset_response()
4074 } else if (ptype == SCTP_STR_RESET_TSN_REQUEST) { in sctp_handle_stream_reset()
HDsctp_output.c11882 req_tsn->ph.param_type = htons(SCTP_STR_RESET_TSN_REQUEST); in sctp_add_stream_reset_tsn()