Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DRtNetlinkNeighborMessage.java218 final String ipLiteral = (mDestination == null) ? "" : mDestination.getHostAddress(); in toString() local
223 + "destination{" + ipLiteral + "} " in toString()