Searched defs:neighMsg (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpReachabilityMonitor.java409 RtNetlinkNeighborMessage neighMsg, long whenMs) {
410 final StructNdMsg ndMsg = neighMsg.getNdHeader();
415 final InetAddress destination = neighMsg.getDestination();
420 final short msgType = neighMsg.getHeader().nlmsg_type;
425 + "[" + NetlinkConstants.hexify(neighMsg.getLinkLayerAddress()) + "], "
431 Log.d(TAG, neighMsg.toString());
408 evaluateRtNetlinkNeighborMessage( RtNetlinkNeighborMessage neighMsg, long whenMs) argument

Completed in 35 milliseconds