Lines Matching defs:mib2_sctpConnEntry
1644 typedef struct mib2_sctpConnEntry { struct
1646 uint32_t sctpAssocId;
1648 Octet_t sctpAssocRemHostName;
1650 uint32_t sctpAssocLocalPort;
1652 uint32_t sctpAssocRemPort;
1654 int sctpAssocRemPrimAddrType;
1656 Ip6Address sctpAssocRemPrimAddr;
1658 Ip6Address sctpAssocLocPrimAddr;
1660 uint32_t sctpAssocHeartBeatInterval;
1662 int sctpAssocState;
1664 uint32_t sctpAssocInStreams;
1666 uint32_t sctpAssocOutStreams;
1691 } mib2_sctpConnEntry_t; argument