Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_assoc_shutdown.c200 sinfo->sinfo_flags |= SCTP_EOF; in main()
246 tst_resm(TPASS, "Graceful shutdown of associations using SCTP_EOF"); in main()
H A Dtest_1_to_1_sendmsg.c14 * TEST8: SCTP_EOF flag set
223 /*sendmsg () TEST8: SCTP_EOF flag EINVAL, Expected error*/ in main()
224 sinfo->sinfo_flags = SCTP_EOF; in main()
227 tst_brkm(TBROK, tst_exit, "sendmsg with SCTP_EOF flag " in main()
230 tst_resm(TPASS, "sendmsg() with SCTP_EOF flag - EINVAL"); in main()
H A Dtest_tcp_style.c427 /* Verify that SCTP_EOF cannot be used to shutdown an association in main()
430 sinfo->sinfo_flags |= SCTP_EOF; in main()
433 tst_brkm(TBROK, tst_exit, "sendmsg with SCTP_EOF flag " in main()
436 tst_resm(TPASS, "sendmsg with SCTP_EOF flag"); in main()
/third_party/ltp/utils/sctp/include/netinet/
H A Dsctp.h171 SCTP_EOF=MSG_FIN, /* Initiate graceful shutdown process. */ enumerator

Completed in 4 milliseconds