Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_initmsg_connect.c66 SAFE_SETSOCKOPT(sk1, SOL_SCTP, SCTP_INITMSG, &sinmsg, len); in test_sctp()
69 SAFE_SETSOCKOPT(sk3, SOL_SCTP, SCTP_INITMSG, &sinmsg, len); in test_sctp()
H A Dtest_1_to_1_sockopt.c20 * TEST10: getsockopt: SCTP_INITMSG
21 * TEST11: setsockopt: SCTP_INITMSG
89 struct sctp_initmsg ginmsg; /*get the value for SCTP_INITMSG*/ in main()
90 struct sctp_initmsg sinmsg; /*set the value for SCTP_INITMSG*/ in main()
239 /* TEST10: Test cases for getsockopt SCTP_INITMSG */ in main()
240 test_getsockopt(sk1, SCTP_INITMSG, &ginmsg, &len); in main()
242 tst_resm(TPASS, "getsockopt() SCTP_INITMSG - SUCCESS"); in main()
248 /* TEST11: Test case for setsockopt SCTP_INITMSG */ in main()
249 test_setsockopt(sk1, SCTP_INITMSG, &sinmsg, sizeof(sinmsg)); in main()
251 test_getsockopt(sk1, SCTP_INITMSG, in main()
[all...]
H A Dtest_sockopt.c447 /* TEST #4: SCTP_INITMSG socket option. */ in main()
459 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main()
461 tst_resm(TPASS, "getsockopt(SCTP_INITMSG)"); in main()
468 test_setsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, sizeof(initmsg)); in main()
470 tst_resm(TPASS, "setsockopt(SCTP_INITMSG)"); in main()
474 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main()
/third_party/ltp/utils/sctp/lib/
H A Dopt_info.c41 case SCTP_INITMSG: in sctp_opt_info()
/third_party/ffmpeg/libavformat/
H A Dsctp.c259 if (setsockopt(fd, IPPROTO_SCTP, SCTP_INITMSG, &initparams, in sctp_open()
/third_party/ltp/utils/sctp/include/netinet/
H A Dsctp.h69 #define SCTP_INITMSG 2 macro
119 * SCTP associations with sendmsg(). The SCTP_INITMSG socket option

Completed in 5 milliseconds