Lines Matching refs:sce
543 mib2_sctpConnEntry_t sce;
587 sce.sctpAssocRemHostName.o_length = 0;
588 sce.sctpAssocRemHostName.o_bytes[0] = 0;
659 sce.sctpAssocId = ntohl(sctp->sctp_lvtag);
660 sce.sctpAssocLocalPort = ntohs(sctp->sctp_connp->conn_lport);
661 sce.sctpAssocRemPort = ntohs(sctp->sctp_connp->conn_fport);
668 sce.sctpAssocRemPrimAddrType =
671 sce.sctpAssocRemPrimAddrType =
674 sce.sctpAssocRemPrimAddr = fp->sf_faddr;
675 sce.sctpAssocLocPrimAddr = fp->sf_saddr;
676 sce.sctpAssocHeartBeatInterval = TICK_TO_MSEC(
679 sce.sctpAssocRemPrimAddrType = MIB2_SCTP_ADDR_V4;
680 bzero(&sce.sctpAssocRemPrimAddr,
681 sizeof (sce.sctpAssocRemPrimAddr));
682 bzero(&sce.sctpAssocLocPrimAddr,
683 sizeof (sce.sctpAssocLocPrimAddr));
684 sce.sctpAssocHeartBeatInterval =
788 sce.sctpAssocState = sctp_snmp_state(sctp);
789 sce.sctpAssocInStreams = sctp->sctp_num_istr;
790 sce.sctpAssocOutStreams = sctp->sctp_num_ostr;
791 sce.sctpAssocMaxRetr = sctp->sctp_pa_max_rxt;
793 sce.sctpAssocPrimProcess = 0;
794 sce.sctpAssocT1expired = sctp->sctp_T1expire;
795 sce.sctpAssocT2expired = sctp->sctp_T2expire;
796 sce.sctpAssocRtxChunks = sctp->sctp_T3expire;
797 sce.sctpAssocStartTime = sctp->sctp_assoc_start_time;
798 sce.sctpConnEntryInfo.ce_sendq = sctp->sctp_unacked +
800 sce.sctpConnEntryInfo.ce_recvq = sctp->sctp_rxqueued;
801 sce.sctpConnEntryInfo.ce_swnd = sctp->sctp_frwnd;
802 sce.sctpConnEntryInfo.ce_rwnd = sctp->sctp_rwnd;
803 sce.sctpConnEntryInfo.ce_mss = sctp->sctp_mss;
805 (char *)&sce, sizeof (sce));