Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DConntrackMessage.java141 final String dstIpStr = (dstIp == null) ? "null" : dstIp.getHostAddress(); in toString() local
147 + dstIpStr + ":" + Short.toUnsignedInt(dstPort) in toString()