Searched refs:SCTP_AUTOCLOSE (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_autoclose.c | 40 * 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 D | test_1_to_1_sockopt.c | 161 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 D | opt_info.c | 43 case SCTP_AUTOCLOSE: in sctp_opt_info()
|
/third_party/ltp/utils/sctp/include/netinet/ |
H A D | sctp.h | 71 #define SCTP_AUTOCLOSE 4 macro
|
Completed in 4 milliseconds