Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_constants.h406 #define SCTP_STR_RESET_TSN_REQUEST 0x000f macro
Dsctp_input.c3589 } else if (type == SCTP_STR_RESET_TSN_REQUEST) { in sctp_handle_stream_reset_response()
4139 } else if (ptype == SCTP_STR_RESET_TSN_REQUEST) { in sctp_handle_stream_reset()
Dsctp_output.c11777 req_tsn->ph.param_type = htons(SCTP_STR_RESET_TSN_REQUEST); in sctp_add_stream_reset_tsn()