Searched refs:sce (Results 1 – 2 of 2) sorted by relevance
543 mib2_sctpConnEntry_t sce; in sctp_snmp_get_mib2() local587 sce.sctpAssocRemHostName.o_length = 0; in sctp_snmp_get_mib2()588 sce.sctpAssocRemHostName.o_bytes[0] = 0; in sctp_snmp_get_mib2()659 sce.sctpAssocId = ntohl(sctp->sctp_lvtag); in sctp_snmp_get_mib2()660 sce.sctpAssocLocalPort = ntohs(sctp->sctp_connp->conn_lport); in sctp_snmp_get_mib2()661 sce.sctpAssocRemPort = ntohs(sctp->sctp_connp->conn_fport); in sctp_snmp_get_mib2()668 sce.sctpAssocRemPrimAddrType = in sctp_snmp_get_mib2()671 sce.sctpAssocRemPrimAddrType = in sctp_snmp_get_mib2()674 sce.sctpAssocRemPrimAddr = fp->sf_faddr; in sctp_snmp_get_mib2()675 sce.sctpAssocLocPrimAddr = fp->sf_saddr; in sctp_snmp_get_mib2()[all …]
123 static void sce(void);563 sce(); in comline()795 sce(void) in sce() function