Lines Matching refs:scre
545 mib2_sctpConnRemoteEntry_t scre;
728 scre.sctpAssocId = ntohl(sctp->sctp_lvtag);
730 scre.sctpAssocRemAddrType = MIB2_SCTP_ADDR_V4;
732 scre.sctpAssocRemAddrType = MIB2_SCTP_ADDR_V6;
734 scre.sctpAssocRemAddr = fp->sf_faddr;
736 scre.sctpAssocRemAddrActive =
737 scre.sctpAssocRemAddrHBActive =
740 scre.sctpAssocRemAddrActive =
741 scre.sctpAssocRemAddrHBActive =
744 scre.sctpAssocRemAddrRTO = TICK_TO_MSEC(fp->sf_rto);
745 scre.sctpAssocRemAddrMaxPathRtx = fp->sf_max_retr;
746 scre.sctpAssocRemAddrRtx = fp->sf_T3expire;
748 (char *)&scre, sizeof (scre));