Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DRtNetlinkNeighborMessage.java196 private static void packNlAttr(short nlType, byte[] nlValue, ByteBuffer byteBuffer) { in packNlAttr() method in RtNetlinkNeighborMessage
209 packNlAttr(NDA_DST, mDestination.getAddress(), byteBuffer); in pack()
212 packNlAttr(NDA_LLADDR, mLinkLayerAddr, byteBuffer); in pack()