Searched defs:StructNlAttr (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | StructNlAttr.java | 40 public class StructNlAttr { class 141 public StructNlAttr() {} in StructNlAttr() method in StructNlAttr 143 public StructNlAttr(short type, byte value) { in StructNlAttr() method in StructNlAttr 149 public StructNlAttr(short type, short value) { in StructNlAttr() method in StructNlAttr 153 public StructNlAttr(short type, short value, ByteOrder order) { in StructNlAttr() method in StructNlAttr 166 public StructNlAttr(short type, int value) { in StructNlAttr() method in StructNlAttr 170 public StructNlAttr(short type, int value, ByteOrder order) { in StructNlAttr() method in StructNlAttr 183 public StructNlAttr(short type, long value) { in StructNlAttr() method in StructNlAttr 187 public StructNlAttr(short type, long value, ByteOrder order) { in StructNlAttr() method in StructNlAttr 200 public StructNlAttr(short type, @NonNull final byte[] value) { in StructNlAttr() method in StructNlAttr [all …]
|