Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_rtoinfo.c67 struct sctp_rtoinfo srtoinfo; /*setting the variables*/ in main()
68 struct sctp_rtoinfo grtoinfo; /*Getting the variables*/ in main()
75 len = sizeof(struct sctp_rtoinfo); in main()
92 sizeof(struct sctp_rtoinfo)); in main()
Dtest_1_to_1_sockopt.c87 struct sctp_rtoinfo grtinfo; in main()
153 (const struct sctp_rtoinfo *)-1, sizeof(struct sctp_rtoinfo)); in main()
205 len = sizeof(struct sctp_rtoinfo); in main()
209 (struct sctp_rtoinfo *)-1, &len); in main()
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h477 struct sctp_rtoinfo { struct
/third_party/openssl/test/
Dhandshake_helper.c1291 struct sctp_rtoinfo rto_info; in set_sock_as_sctp()
1298 memset(&rto_info, 0, sizeof(struct sctp_rtoinfo)); in set_sock_as_sctp()
1303 (const void *)&rto_info, sizeof(struct sctp_rtoinfo)); in set_sock_as_sctp()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h603 struct sctp_rtoinfo { struct
Duser_socket.c2306 ((struct sctp_rtoinfo *)arg)->srto_assoc_id = id;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h625 struct sctp_rtoinfo { struct
Dsctp_usrreq.c3332 struct sctp_rtoinfo *srto;
3334 SCTP_CHECK_AND_CAST(srto, optval, struct sctp_rtoinfo, *optsize);
3358 *optsize = sizeof(struct sctp_rtoinfo);
6455 struct sctp_rtoinfo *srto;
6458 SCTP_CHECK_AND_CAST(srto, optval, struct sctp_rtoinfo, optsize);