Searched refs:SCTP_AUTOCLOSE (Results 1 – 7 of 7) sorted by relevance
/external/ltp/utils/sctp/func_tests/ |
D | test_autoclose.c | 105 test_setsockopt(sk1, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main() 106 test_setsockopt(sk2, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
|
D | test_1_to_1_sockopt.c | 157 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/ |
D | socksctpoptions.h | 23 #if defined(SCTP_AUTOCLOSE) || (defined(HAVE_DECL_SCTP_AUTOCLOSE) && HAVE_DECL_SCTP_AUTOCLOSE) 24 XLAT(SCTP_AUTOCLOSE),
|
D | socksctpoptions.in | 5 SCTP_AUTOCLOSE
|
/external/ltp/utils/sctp/lib/ |
D | opt_info.c | 43 case SCTP_AUTOCLOSE: in sctp_opt_info()
|
/external/ltp/utils/sctp/include/netinet/ |
D | sctp.h | 69 #define SCTP_AUTOCLOSE 4 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | sctp.h | 68 #define SCTP_AUTOCLOSE 4 macro
|