Searched refs:makeNestedType (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.net.module.util.netlink.StructNlAttr.makeNestedType;257 nlAttr = findNextAttrOfType(makeNestedType(CTA_TUPLE_ORIG), byteBuffer); in parse()264 nlAttr = findNextAttrOfType(makeNestedType(CTA_TUPLE_REPLY), byteBuffer); in parse()324 StructNlAttr nlAttr = findNextAttrOfType(makeNestedType(CTA_TUPLE_IP), byteBuffer); in parseTuple()331 nlAttr = findNextAttrOfType(makeNestedType(CTA_TUPLE_PROTO), byteBuffer); in parseTuple()
48 public static short makeNestedType(short type) { in makeNestedType() method in StructNlAttr231 nla_type = makeNestedType(type); in StructNlAttr()