Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/netlink/
DStructNlAttr.java51 struct.nla_type = byteBuffer.getShort(); in peek()
82 public short nla_type; field in StructNlAttr
122 byteBuffer.putShort(nla_type); in pack()
131 + "nla_type{" + nla_type + "}, " in toString()
DRtNetlinkNeighborMessage.java63 if (nlAttr.nla_type == attrType) { in findNextAttrOfType()
221 nlAttr.nla_type = nlType; in packNlAttr()