Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sctp.c112 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
132 { SCTP_SHUTDOWN_COMPLETE, "SHUTDOWN COMPLETE" },
/external/usrsctp/usrsctplib/netinet/
Dsctp.h468 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro
Dsctp_input.c3702 case SCTP_SHUTDOWN_COMPLETE:
4889 (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) ||
5490 case SCTP_SHUTDOWN_COMPLETE:
5847 if (ch->chunk_type == SCTP_SHUTDOWN_COMPLETE) {
Dsctp_auth.c117 (chunk == SCTP_SHUTDOWN_COMPLETE) || in sctp_auth_add_chunk()
Dsctp_indata.c2844 case SCTP_SHUTDOWN_COMPLETE: in sctp_process_data()
Dsctp_output.c11673 shutdown_complete->ch.chunk_type = SCTP_SHUTDOWN_COMPLETE;
12118 sctp_send_resp_msg(src, dst, sh, 0, SCTP_SHUTDOWN_COMPLETE, NULL,
Dsctputil.c4846 case SCTP_SHUTDOWN_COMPLETE:
/external/usrsctp/usrsctplib/
Dusrsctp.h789 #define SCTP_SHUTDOWN_COMPLETE 0x0e macro