Home
last modified time | relevance | path

Searched refs:SCTP_STATUS (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/utils/sctp/lib/
H A Dopt_info.c51 case SCTP_STATUS: in sctp_opt_info()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_assoc_abort.c209 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS, in main()
213 "getsockopt(SCTP_STATUS): %s", in main()
223 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS, in main()
227 "getsockopt(SCTP_STATUS) " in main()
H A Dtest_assoc_shutdown.c210 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS, in main()
214 "getsockopt(SCTP_STATUS): %s", in main()
224 error = getsockopt(svr_sk, SOL_SCTP, SCTP_STATUS, in main()
228 "getsockopt(SCTP_STATUS) " in main()
H A Dtest_sockopt.c167 /* TEST #1: SCTP_STATUS socket option. */ in main()
168 /* Make sure that SCTP_STATUS getsockopt on a socket with no in main()
173 error = getsockopt(udp_svr_sk, SOL_SCTP, SCTP_STATUS, &status, in main()
176 tst_brkm(TBROK, tst_exit, "getsockopt(SCTP_STATUS) on a " in main()
180 tst_resm(TPASS, "getsockopt(SCTP_STATUS) on a socket with no assoc"); in main()
238 /* Get SCTP_STATUS for udp_clt_sk's given association. */ in main()
242 test_getsockopt(udp_clt_sk, SCTP_STATUS, &status, &optlen); in main()
244 tst_resm(TPASS, "getsockopt(SCTP_STATUS)"); in main()
246 /* Make sure that SCTP_STATUS getsockopt with invalid associd fails. */ in main()
250 error = getsockopt(udp_clt_sk, SOL_SCTP, SCTP_STATUS, in main()
[all...]
H A Dtest_sctp_sendrecvmsg.c232 error = getsockopt(sk1, IPPROTO_SCTP, SCTP_STATUS, &gstatus, &len); in main()
H A Dtest_1_to_1_sockopt.c25 * TEST15: getsockopt: SCTP_STATUS
95 struct sctp_status gstatus; /*SCTP_STATUS option*/ in main()
306 value obtained from SCTP_STATUS*/ in main()
317 /* TEST15: Test case for getsockopt SCTP_STATUS */ in main()
318 error = getsockopt(sk2, IPPROTO_SCTP, SCTP_STATUS, &gstatus, &len); in main()
320 tst_brkm(TBROK, tst_exit, "getsockopt SCTP_STATUS " in main()
323 tst_resm(TPASS, "getsockopt() SCTP_STATUS - SUCCESS"); in main()
H A Dtest_timetolive.c265 error = getsockopt(sk1, IPPROTO_SCTP, SCTP_STATUS, &gstatus, &len); in main()
/third_party/ltp/utils/sctp/include/netinet/
H A Dsctp.h81 #define SCTP_STATUS 14 macro
688 * 7.2.1 Association Status (SCTP_STATUS)

Completed in 5 milliseconds