Home
last modified time | relevance | path

Searched defs:sockId (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DStructInetDiagSockIdTest.java142 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testPackStructInetDiagSockIdWithIpv4() local
152 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testPackStructInetDiagSockIdWithIpv6() local
162 final StructInetDiagSockId sockId = in testPackStructInetDiagSockIdWithIpv4IfIndexCookie() local
173 final StructInetDiagSockId sockId = in testPackStructInetDiagSockIdWithIpv6IfIndexCookie() local
183 final StructInetDiagSockId sockId = StructInetDiagSockId.parse(buffer, (byte) AF_INET); in testParseStructInetDiagSockIdWithIpv4() local
196 final StructInetDiagSockId sockId = StructInetDiagSockId.parse(buffer, (byte) AF_INET6); in testParseStructInetDiagSockIdWithIpv6() local
210 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testToStringStructInetDiagSockIdWithIpv4() local
220 final StructInetDiagSockId sockId = new StructInetDiagSockId(srcAddr, dstAddr); in testToStringStructInetDiagSockIdWithIpv6() local
DInetDiagSocketTest.java317 final StructInetDiagSockId sockId = new StructInetDiagSockId( in testInetDiagReqV2TcpInet6Destroy() local
337 private void assertInetDiagSockId(StructInetDiagSockId sockId, in assertInetDiagSockId()