HomeSort by: relevance | last modified time | path
    Searched refs:sctp_rtoinfo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_uio.h 410 struct sctp_rtoinfo { struct
sctp_usrreq.c 2169 case SCTP_RTOINFO:
2171 struct sctp_rtoinfo *srto;
2177 if (sopt->sopt_size < sizeof(struct sctp_rtoinfo)) {
2914 case SCTP_RTOINFO:
2916 struct sctp_rtoinfo *srto;
2917 if (sopt->sopt_size < sizeof(struct sctp_rtoinfo)) {

Completed in 14 milliseconds