Lines Matching defs:mib2_sctpConnEntry
1615 typedef struct mib2_sctpConnEntry { struct
1617 uint32_t sctpAssocId;
1619 Octet_t sctpAssocRemHostName;
1621 uint32_t sctpAssocLocalPort;
1623 uint32_t sctpAssocRemPort;
1625 int sctpAssocRemPrimAddrType;
1627 Ip6Address sctpAssocRemPrimAddr;
1629 Ip6Address sctpAssocLocPrimAddr;
1631 uint32_t sctpAssocHeartBeatInterval;
1633 int sctpAssocState;
1635 uint32_t sctpAssocInStreams;
1637 uint32_t sctpAssocOutStreams;
1662 } mib2_sctpConnEntry_t; argument