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.java60 struct.nla_type = byteBuffer.getShort(); in peek()
93 public short nla_type; field in StructNlAttr
107 nla_type = type; in StructNlAttr()
118 nla_type = type; in StructNlAttr()
129 nla_type = type; in StructNlAttr()
135 nla_type = type; in StructNlAttr()
141 nla_type = makeNestedType(type); in StructNlAttr()
189 byteBuffer.putShort(nla_type); in pack()
206 + "nla_type{" + nla_type + "}, " in toString()
DRtNetlinkNeighborMessage.java63 if (nlAttr.nla_type == attrType) { in findNextAttrOfType()
221 nlAttr.nla_type = nlType; in packNlAttr()