Home
last modified time | relevance | path

Searched refs:SCTP_AUTOCLOSE (Results 1 – 7 of 7) sorted by relevance

/external/ltp/utils/sctp/func_tests/
Dtest_autoclose.c105 test_setsockopt(sk1, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
106 test_setsockopt(sk2, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
Dtest_1_to_1_sockopt.c157 error = setsockopt(sk, IPPROTO_SCTP, SCTP_AUTOCLOSE, 0, 0); in main()
213 error = getsockopt(sk, IPPROTO_SCTP, SCTP_AUTOCLOSE, &grtinfo, &len); in main()
/external/strace/xlat/
Dsocksctpoptions.h23 #if defined(SCTP_AUTOCLOSE) || (defined(HAVE_DECL_SCTP_AUTOCLOSE) && HAVE_DECL_SCTP_AUTOCLOSE)
24 XLAT(SCTP_AUTOCLOSE),
Dsocksctpoptions.in5 SCTP_AUTOCLOSE
/external/ltp/utils/sctp/lib/
Dopt_info.c43 case SCTP_AUTOCLOSE: in sctp_opt_info()
/external/ltp/utils/sctp/include/netinet/
Dsctp.h69 #define SCTP_AUTOCLOSE 4 macro
/external/kernel-headers/original/uapi/linux/
Dsctp.h68 #define SCTP_AUTOCLOSE 4 macro