Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkNeighborMessage.java206 private static void packNlAttr(short nlType, byte[] nlValue, ByteBuffer byteBuffer) { in packNlAttr() method in RtNetlinkNeighborMessage
222 packNlAttr(NDA_DST, mDestination.getAddress(), byteBuffer); in pack()
225 packNlAttr(NDA_LLADDR, mLinkLayerAddr, byteBuffer); in pack()