Searched defs:mib2_tcpConnEntry (Results 1 – 1 of 1) sorted by relevance
1345 typedef struct mib2_tcpConnEntry { struct1347 int tcpConnState;1349 IpAddress tcpConnLocalAddress;1351 int tcpConnLocalPort; /* In host byte order */1353 IpAddress tcpConnRemAddress;1355 int tcpConnRemPort; /* In host byte order */1356 struct tcpConnEntryInfo_s {1381 } mib2_tcpConnEntry_t; argument