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

/external/ltp/utils/sctp/lib/
H A Dopt_info.c48 case SCTP_EVENTS:
/external/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_events.c99 test_setsockopt(svr_sk, SCTP_EVENTS, &event, len);
100 test_setsockopt(clt_sk, SCTP_EVENTS, &event, len);
H A Dtest_sockopt.c279 /* TEST #2: SCTP_EVENTS socket option and SCTP_SHUTDOWN_EVENT
299 test_getsockopt(udp_svr_sk, SCTP_EVENTS, &subscribe, &optlen);
303 test_getsockopt(udp_clt_sk, SCTP_EVENTS, &subscribe, &optlen);
305 tst_resm(TPASS, "getsockopt(SCTP_EVENTS)");
309 test_setsockopt(udp_svr_sk, SCTP_EVENTS, &subscribe,
311 test_setsockopt(udp_clt_sk, SCTP_EVENTS, &subscribe,
314 tst_resm(TPASS, "setsockopt(SCTP_EVENTS)");
320 test_getsockopt(udp_svr_sk, SCTP_EVENTS, &subscribe, &optlen);
322 test_getsockopt(udp_clt_sk, SCTP_EVENTS, &subscribe, &optlen);
342 test_setsockopt(udp_svr_sk, SCTP_EVENTS,
[all...]
H A Dtest_sctp_sendrecvmsg.c137 test_setsockopt(sk1, SCTP_EVENTS, &subscribe, sizeof(subscribe));
138 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe));
H A Dtest_timetolive.c165 test_setsockopt(sk1, SCTP_EVENTS, &subscribe, sizeof(subscribe));
166 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe));
/external/strace/xlat/
H A Dsocksctpoptions.h44 #if defined(SCTP_EVENTS) || (defined(HAVE_DECL_SCTP_EVENTS) && HAVE_DECL_SCTP_EVENTS)
45 XLAT(SCTP_EVENTS),
/external/ltp/utils/sctp/include/netinet/
H A Dsctp.h76 #define SCTP_EVENTS 11 macro
/external/ltp/utils/sctp/testlib/
H A Dsctputil.c339 test_setsockopt(fd, SCTP_EVENTS, (char *)&subscribe,
/external/kernel-headers/original/uapi/linux/
H A Dsctp.h75 #define SCTP_EVENTS 11 macro
/external/netperf/src/
H A Dnettest_sctp.c204 #ifdef SCTP_EVENTS
205 SCTP_EVENTS,

Completed in 112 milliseconds