Searched refs:nla_type (Results 1 – 2 of 2) sorted by relevance
51 struct.nla_type = byteBuffer.getShort(); in peek()82 public short nla_type; field in StructNlAttr122 byteBuffer.putShort(nla_type); in pack()131 + "nla_type{" + nla_type + "}, " in toString()
63 if (nlAttr.nla_type == attrType) { in findNextAttrOfType()221 nlAttr.nla_type = nlType; in packNlAttr()