Home
last modified time | relevance | path

Searched refs:SCTP_ABORT_ASSOCIATION (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h460 #define SCTP_ABORT_ASSOCIATION 0x06 macro
Dsctp_input.c3696 case SCTP_ABORT_ASSOCIATION:
4896 if ((ch->chunk_type == SCTP_ABORT_ASSOCIATION) ||
5264 case SCTP_ABORT_ASSOCIATION:
5874 if (ch->chunk_type != SCTP_ABORT_ASSOCIATION) {
Dsctp_output.c11488 if (sctp_auth_is_required_chunk(SCTP_ABORT_ASSOCIATION,
11491 stcb, SCTP_ABORT_ASSOCIATION);
11534 abort->ch.chunk_type = SCTP_ABORT_ASSOCIATION;
12286 case SCTP_ABORT_ASSOCIATION:
13052 sctp_send_resp_msg(src, dst, sh, vtag, SCTP_ABORT_ASSOCIATION, cause,
Dsctputil.c4825 case SCTP_ABORT_ASSOCIATION:
4881 if (ch->chunk_type == SCTP_ABORT_ASSOCIATION) {
Dsctp_indata.c2855 case SCTP_ABORT_ASSOCIATION: in sctp_process_data()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h781 #define SCTP_ABORT_ASSOCIATION 0x06 macro