Home
last modified time | relevance | path

Searched refs:SCTP_ABORT (Results 1 – 9 of 9) sorted by relevance

/external/ltp/utils/sctp/func_tests/
Dtest_assoc_abort.c195 sinfo->sinfo_flags |= SCTP_ABORT; in main()
Dtest_1_to_1_sendmsg.c229 sinfo->sinfo_flags = SCTP_ABORT; in main()
Dtest_tcp_style.c437 sinfo->sinfo_flags |= SCTP_ABORT; in main()
/external/ltp/utils/sctp/include/netinet/
Dsctp.h169 SCTP_ABORT=4, /* Send an ABORT message to the peer. */ enumerator
/external/usrsctp/usrsctplib/
Dusrsctp.h489 #define SCTP_ABORT 0x0200 /* Send an ABORT to peer */ macro
497 & ~(SCTP_EOF | SCTP_ABORT | SCTP_UNORDERED |\
/external/usrsctp/usrsctplib/netinet/
Dsctp_uio.h277 #define SCTP_ABORT 0x0200 /* Send an ABORT to peer */ macro
285 & ~(SCTP_EOF | SCTP_ABORT | SCTP_UNORDERED |\
Dsctp_output.c7215 if (ca->sndrcv.sinfo_flags & SCTP_ABORT) {
13882 if ((sinfo_flags & SCTP_ABORT) ||
14076 if (sinfo_flags & SCTP_ABORT) {
14097 if (sinfo_flags & SCTP_ABORT) {
/external/iproute2/include/uapi/linux/
Dsctp.h269 SCTP_ABORT = (1 << 2), /* Send an ABORT message to the peer. */ enumerator
/external/kernel-headers/original/uapi/linux/
Dsctp.h312 SCTP_ABORT = (1 << 2), /* Send an ABORT message to the peer. */ enumerator