Searched refs:sctp_rtoinfo (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_rtoinfo.c | 67 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()
|
D | test_1_to_1_sockopt.c | 87 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/ |
D | sctp.h | 477 struct sctp_rtoinfo { struct
|
/third_party/openssl/test/ |
D | handshake_helper.c | 1291 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/ |
D | usrsctp.h | 603 struct sctp_rtoinfo { struct
|
D | user_socket.c | 2306 ((struct sctp_rtoinfo *)arg)->srto_assoc_id = id;
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_uio.h | 625 struct sctp_rtoinfo { struct
|
D | sctp_usrreq.c | 3332 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);
|