Searched refs:SCTP_EVENTS (Results 1 – 11 of 11) sorted by relevance
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_events.c | 99 test_setsockopt(svr_sk, SCTP_EVENTS, &event, len); in main() 100 test_setsockopt(clt_sk, SCTP_EVENTS, &event, len); in main()
|
D | test_sockopt.c | 299 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()
|
D | test_sctp_sendrecvmsg.c | 137 test_setsockopt(sk1, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main() 138 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
|
D | test_timetolive.c | 165 test_setsockopt(sk1, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main() 166 test_setsockopt(sk2, SCTP_EVENTS, &subscribe, sizeof(subscribe)); in main()
|
/external/strace/xlat/ |
D | socksctpoptions.h | 44 #if defined(SCTP_EVENTS) || (defined(HAVE_DECL_SCTP_EVENTS) && HAVE_DECL_SCTP_EVENTS) 45 XLAT(SCTP_EVENTS),
|
D | socksctpoptions.in | 12 SCTP_EVENTS
|
/external/ltp/utils/sctp/lib/ |
D | opt_info.c | 48 case SCTP_EVENTS: in sctp_opt_info()
|
/external/ltp/utils/sctp/testlib/ |
D | sctputil.c | 339 test_setsockopt(fd, SCTP_EVENTS, (char *)&subscribe, in test_enable_assoc_change()
|
/external/ltp/utils/sctp/include/netinet/ |
D | sctp.h | 76 #define SCTP_EVENTS 11 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | sctp.h | 75 #define SCTP_EVENTS 11 macro
|
/external/netperf/src/ |
D | nettest_sctp.c | 201 #ifdef SCTP_EVENTS in sctp_enable_events() 202 SCTP_EVENTS, in sctp_enable_events()
|