Home
last modified time | relevance | path

Searched refs:srto_max (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_rtoinfo.c87 srtoinfo.srto_max=100; in main()
107 srtoinfo.srto_max != grtoinfo.srto_max && in main()
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h480 __u32 srto_max; member
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h606 uint32_t srto_max; member
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h628 uint32_t srto_max; member
Dsctp_usrreq.c3339 srto->srto_max = stcb->asoc.maxrto;
3349 srto->srto_max = inp->sctp_ep.sctp_maxrto;
6466 if (srto->srto_max)
6467 new_max = srto->srto_max;
6493 if (srto->srto_max)
6494 new_max = srto->srto_max;
/third_party/openssl/test/
Dhandshake_helper.c1300 rto_info.srto_max = 200; in set_sock_as_sctp()