Home
last modified time | relevance | path

Searched refs:SCTP_SHUTDOWN_COMPLETE (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp.h449 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
H A Dsctp_input.c3321 case SCTP_SHUTDOWN_COMPLETE: in process_chunk_drop()
4517 (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) || in sctp_process_control()
5080 case SCTP_SHUTDOWN_COMPLETE: in sctp_process_control()
5425 if (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) { in sctp_common_input_processing()
H A Dsctp_auth.c113 (chunk == SCTP_SHUTDOWN_COMPLETE) || in sctp_auth_add_chunk()
H A Dsctp_indata.c2819 case SCTP_SHUTDOWN_COMPLETE: in sctp_process_data()
H A Dsctp_output.c10967 shutdown_complete->ch.chunk_type = SCTP_SHUTDOWN_COMPLETE; in sctp_send_shutdown_complete()
11253 sctp_send_resp_msg(src, dst, sh, 0, SCTP_SHUTDOWN_COMPLETE, NULL, in sctp_send_shutdown_complete2()
H A Dsctputil.c4522 case SCTP_SHUTDOWN_COMPLETE: in sctp_handle_ootb()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h449 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c1090 (chunk_hdr->chunk_type == SCTP_SHUTDOWN_COMPLETE))) { in sctp_PktParser()
1151 case SCTP_SHUTDOWN_COMPLETE: /* minimum sized chunk */ in sctp_PktParser()