Searched refs:tce6 (Results 1 – 1 of 1) sorted by relevance
106 mib2_tcp6ConnEntry_t tce6; in tcp_snmp_get() local147 tce6_size = LEGACY_MIB_SIZE(&tce6, mib2_tcp6ConnEntry_t); in tcp_snmp_get()191 tce6.tcp6ConnState = tce.tcpConnState = in tcp_snmp_get()236 tce6.tcp6ConnLocalAddress = connp->conn_laddr_v6; in tcp_snmp_get()237 tce6.tcp6ConnRemAddress = connp->conn_faddr_v6; in tcp_snmp_get()238 tce6.tcp6ConnLocalPort = ntohs(connp->conn_lport); in tcp_snmp_get()239 tce6.tcp6ConnRemPort = ntohs(connp->conn_fport); in tcp_snmp_get()241 tce6.tcp6ConnIfIndex = in tcp_snmp_get()244 tce6.tcp6ConnIfIndex = connp->conn_bound_if; in tcp_snmp_get()248 tce6.tcp6ConnEntryInfo.ce_snxt = in tcp_snmp_get()[all …]