Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkNeighborMessage.java231 final String ipLiteral = (mDestination == null) ? "" : mDestination.getHostAddress(); in toString() local
236 + "destination{" + ipLiteral + "} " in toString()