Searched refs:SCTP_STREAM_RESET_RESULT_PERFORMED (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h476 #define SCTP_STREAM_RESET_RESULT_PERFORMED 0x00000001 macro
H A Dsctp_input.c3713 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) {
3741 } else if (action != SCTP_STREAM_RESET_RESULT_PERFORMED) {
3757 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) {
3779 } else if (action != SCTP_STREAM_RESET_RESULT_PERFORMED) {
3800 if (action == SCTP_STREAM_RESET_RESULT_PERFORMED) {
3896 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED;
3961 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED;
4012 asoc->last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED;
4126 stcb->asoc.last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED;
4179 stcb->asoc.last_reset_action[0] = SCTP_STREAM_RESET_RESULT_PERFORMED;
[all...]
H A Dsctp_indata.c2343 sctp_send_deferred_reset_response(stcb, liste, SCTP_STREAM_RESET_RESULT_PERFORMED);

Completed in 82 milliseconds