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.java302 final RoutingAttribute rtattr = in parseSockInfo()
303 new RoutingAttribute(bytes.getShort(), bytes.getShort()); in parseSockInfo()
305 if (rtattr.rtaType == RoutingAttribute.INET_DIAG_INFO) { in parseSockInfo()
307 } else if (rtattr.rtaType == RoutingAttribute.INET_DIAG_MARK) { in parseSockInfo()
444 class RoutingAttribute { class in TcpSocketTracker
453 RoutingAttribute(final short len, final short type) { in RoutingAttribute() method in TcpSocketTracker.RoutingAttribute