Searched refs:RoutingAttribute (Results 1 – 1 of 1) sorted by relevance
301 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 TcpSocketTracker452 RoutingAttribute(final short len, final short type) { in RoutingAttribute() method in TcpSocketTracker.RoutingAttribute