Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_autoclose.c39 /* This is a Functional Test to verify autoclose functionality and the
72 uint32_t autoclose; in main() local
105 /* Set the autoclose duration for the associations created on sk1 in main()
108 autoclose = 5; in main()
109 test_setsockopt(sk1, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()
110 test_setsockopt(sk2, SCTP_AUTOCLOSE, &autoclose, sizeof(autoclose)); in main()

Completed in 1 milliseconds