Home
last modified time | relevance | path

Searched refs:SCTP_ABORT (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_assoc_abort.c199 sinfo->sinfo_flags |= SCTP_ABORT; in main()
244 tst_resm(TPASS, "ABORT an association using SCTP_ABORT"); in main()
H A Dtest_1_to_1_sendmsg.c15 * TEST9: SCTP_ABORT flag set
232 /*sendmsg () TEST9: SCTP_ABORT flag EINVAL, Expected error*/ in main()
233 sinfo->sinfo_flags = SCTP_ABORT; in main()
236 tst_brkm(TBROK, tst_exit, "sendmsg with SCTP_ABORT flag " in main()
239 tst_resm(TPASS, "sendmsg() with SCTP_ABORT flag - EINVAL"); in main()
H A Dtest_tcp_style.c438 /* Verify that SCTP_ABORT cannot be used to abort an association in main()
441 sinfo->sinfo_flags |= SCTP_ABORT; in main()
444 tst_brkm(TBROK, tst_exit, "sendmsg with SCTP_ABORT flag " in main()
447 tst_resm(TPASS, "sendmsg with SCTP_ABORT flag"); in main()
/third_party/ltp/utils/sctp/include/netinet/
H A Dsctp.h169 SCTP_ABORT=4, /* Send an ABORT message to the peer. */ enumerator

Completed in 3 milliseconds