Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java301 final RoutingAttribute rtattr = in parseSockInfo()
302 new RoutingAttribute(bytes.getShort(), bytes.getShort()); in parseSockInfo()
304 if (rtattr.rtaType == RoutingAttribute.INET_DIAG_INFO) { in parseSockInfo()
306 } else if (rtattr.rtaType == RoutingAttribute.INET_DIAG_MARK) { in parseSockInfo()
443 class RoutingAttribute { class in TcpSocketTracker
452 RoutingAttribute(final short len, final short type) { in RoutingAttribute() method in TcpSocketTracker.RoutingAttribute