Home
last modified time | relevance | path

Searched refs:SCTP_INITMSG (Results 1 – 8 of 8) sorted by relevance

/external/ltp/utils/sctp/func_tests/
Dtest_1_to_1_initmsg_connect.c94 test_setsockopt(sk1, SCTP_INITMSG, &sinmsg, len); in main()
97 test_setsockopt(sk3, SCTP_INITMSG, &sinmsg, len); in main()
Dtest_1_to_1_sockopt.c236 test_getsockopt(sk1, SCTP_INITMSG, &ginmsg, &len); in main()
245 test_setsockopt(sk1, SCTP_INITMSG, &sinmsg, sizeof(sinmsg)); in main()
247 test_getsockopt(sk1, SCTP_INITMSG, &ginmsg, &len); in main()
259 test_getsockopt(sk2, SCTP_INITMSG, &ginmsg, &len); in main()
Dtest_sockopt.c456 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main()
465 test_setsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, sizeof(initmsg)); in main()
471 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main()
/external/strace/xlat/
Dsocksctpoptions.h17 #if defined(SCTP_INITMSG) || (defined(HAVE_DECL_SCTP_INITMSG) && HAVE_DECL_SCTP_INITMSG)
18 XLAT(SCTP_INITMSG),
Dsocksctpoptions.in3 SCTP_INITMSG
/external/ltp/utils/sctp/lib/
Dopt_info.c41 case SCTP_INITMSG: in sctp_opt_info()
/external/ltp/utils/sctp/include/netinet/
Dsctp.h67 #define SCTP_INITMSG 2 macro
/external/kernel-headers/original/uapi/linux/
Dsctp.h66 #define SCTP_INITMSG 2 macro