Searched refs:SCTP_INITMSG (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_sockopt.c | 240 test_getsockopt(sk1, SCTP_INITMSG, &ginmsg, &len); in main() 249 test_setsockopt(sk1, SCTP_INITMSG, &sinmsg, sizeof(sinmsg)); in main() 251 test_getsockopt(sk1, SCTP_INITMSG, &ginmsg, &len); in main() 263 test_getsockopt(sk2, SCTP_INITMSG, &ginmsg, &len); in main()
|
D | test_1_to_1_initmsg_connect.c | 66 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()
|
D | test_sockopt.c | 459 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main() 468 test_setsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, sizeof(initmsg)); in main() 474 test_getsockopt(udp_svr_sk, SCTP_INITMSG, &initmsg, &optlen); in main()
|
/third_party/ltp/utils/sctp/lib/ |
D | opt_info.c | 41 case SCTP_INITMSG: in sctp_opt_info()
|
/third_party/ffmpeg/libavformat/ |
D | sctp.c | 259 if (setsockopt(fd, IPPROTO_SCTP, SCTP_INITMSG, &initparams, in sctp_open()
|
/third_party/ltp/utils/sctp/include/netinet/ |
D | sctp.h | 69 #define SCTP_INITMSG 2 macro
|