Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_autoclose.c40 * socket option SCTP_AUTOCLOSE that can be used to specify the duration in
109 test_setsockopt(sk1, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
110 test_setsockopt(sk2, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
H A Dtest_1_to_1_sockopt.c161 error = setsockopt(sk, IPPROTO_SCTP, SCTP_AUTOCLOSE, 0, 0); in main()
217 error = getsockopt(sk, IPPROTO_SCTP, SCTP_AUTOCLOSE, &grtinfo, &len); in main()
/third_party/ltp/utils/sctp/lib/
H A Dopt_info.c43 case SCTP_AUTOCLOSE: in sctp_opt_info()
/third_party/ltp/utils/sctp/include/netinet/
H A Dsctp.h71 #define SCTP_AUTOCLOSE 4 macro

Completed in 3 milliseconds