Home
last modified time | relevance | path

Searched refs:SCTP_EVENTS (Results 1 – 11 of 11) sorted by relevance

/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_events.c99 test_setsockopt(svr_sk, SCTP_EVENTS, &event, len); in main()
100 test_setsockopt(clt_sk, SCTP_EVENTS, &event, len); in main()
Dtest_sockopt.c299 test_getsockopt(udp_svr_sk, SCTP_EVENTS, &subscribe, &optlen); in main()
303 test_getsockopt(udp_clt_sk, SCTP_EVENTS, &subscribe, &optlen); in main()
309 test_setsockopt(udp_svr_sk, SCTP_EVENTS, &subscribe, in main()
311 test_setsockopt(udp_clt_sk, SCTP_EVENTS, &subscribe, in main()
320 test_getsockopt(udp_svr_sk, SCTP_EVENTS, &subscribe, &optlen); in main()
322 test_getsockopt(udp_clt_sk, SCTP_EVENTS, &subscribe, &optlen); in main()
342 test_setsockopt(udp_svr_sk, SCTP_EVENTS, &subscribe, in main()
Dtest_sctp_sendrecvmsg.c137 test_setsockopt(sk1, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
138 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
Dtest_timetolive.c165 test_setsockopt(sk1, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
166 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
/external/strace/xlat/
Dsocksctpoptions.h44 #if defined(SCTP_EVENTS) || (defined(HAVE_DECL_SCTP_EVENTS) && HAVE_DECL_SCTP_EVENTS)
45 XLAT(SCTP_EVENTS),
Dsocksctpoptions.in12 SCTP_EVENTS
/external/ltp/utils/sctp/lib/
Dopt_info.c48 case SCTP_EVENTS: in sctp_opt_info()
/external/ltp/utils/sctp/testlib/
Dsctputil.c339 test_setsockopt(fd, SCTP_EVENTS, (char *)&subscribe, in test_enable_assoc_change()
/external/ltp/utils/sctp/include/netinet/
Dsctp.h76 #define SCTP_EVENTS 11 macro
/external/kernel-headers/original/uapi/linux/
Dsctp.h75 #define SCTP_EVENTS 11 macro
/external/netperf/src/
Dnettest_sctp.c201 #ifdef SCTP_EVENTS in sctp_enable_events()
202 SCTP_EVENTS, in sctp_enable_events()