Home
last modified time | relevance | path

Searched refs:parseSockInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java246 final SocketInfo info = parseSockInfo(bytes, family, nlmsgLen, time); in pollSocketsInfo()
295 SocketInfo parseSockInfo(@NonNull final ByteBuffer bytes, final int family, in parseSockInfo() method in TcpSocketTracker
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
DTcpSocketTrackerTest.java267 tst.parseSockInfo(buffer, AF_INET, 276, 100L); in testParseSockInfo()