Searched refs:sctp_rtoinfo (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c1291 struct sctp_rtoinfo rto_info;
1298 memset(&rto_info, 0, sizeof(struct sctp_rtoinfo));
1303 (const void *)&rto_info, sizeof(struct sctp_rtoinfo));
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dhandshake.c1263 struct sctp_rtoinfo rto_info;
1270 memset(&rto_info, 0, sizeof(struct sctp_rtoinfo));
1275 (const void *)&rto_info, sizeof(struct sctp_rtoinfo));
/netbsd-current/sys/netinet/
H A Dsctp_uio.h410 struct sctp_rtoinfo { struct
H A Dsctp_usrreq.c2177 struct sctp_rtoinfo *srto;
2183 if (sopt->sopt_size < sizeof(struct sctp_rtoinfo)) {
2922 struct sctp_rtoinfo *srto;
2923 if (sopt->sopt_size < sizeof(struct sctp_rtoinfo)) {

Completed in 200 milliseconds