Searched defs:sockId (Results 1 – 2 of 2) sorted by relevance
142 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testPackStructInetDiagSockIdWithIpv4() local152 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testPackStructInetDiagSockIdWithIpv6() local162 final StructInetDiagSockId sockId = in testPackStructInetDiagSockIdWithIpv4IfIndexCookie() local173 final StructInetDiagSockId sockId = in testPackStructInetDiagSockIdWithIpv6IfIndexCookie() local183 final StructInetDiagSockId sockId = StructInetDiagSockId.parse(buffer, (byte) AF_INET); in testParseStructInetDiagSockIdWithIpv4() local196 final StructInetDiagSockId sockId = StructInetDiagSockId.parse(buffer, (byte) AF_INET6); in testParseStructInetDiagSockIdWithIpv6() local210 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testToStringStructInetDiagSockIdWithIpv4() local220 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testToStringStructInetDiagSockIdWithIpv6() local
317 final StructInetDiagSockId sockId = new StructInetDiagSockId( in testInetDiagReqV2TcpInet6Destroy() local337 private void assertInetDiagSockId(StructInetDiagSockId sockId, in assertInetDiagSockId()