Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java304 if (rtattr.rtaType == RoutingAttribute.INET_DIAG_INFO) { in parseSockInfo()
306 } else if (rtattr.rtaType == RoutingAttribute.INET_DIAG_MARK) { in parseSockInfo()
450 public final short rtaType; field in TcpSocketTracker.RoutingAttribute
454 rtaType = type; in RoutingAttribute()