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