Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DStructNlAttr.java58 struct.nla_type = byteBuffer.getShort(); in peek()
106 if (nlAttr.nla_type == attrType) { in findNextAttrOfType()
118 public short nla_type; field in StructNlAttr
124 nla_type = type; in StructNlAttr()
134 nla_type = type; in StructNlAttr()
151 nla_type = type; in StructNlAttr()
164 nla_type = type; in StructNlAttr()
170 nla_type = makeNestedType(type); in StructNlAttr()
263 byteBuffer.putShort(nla_type); in pack()
280 + "nla_type{" + nla_type + "}, " in toString()
DNduseroptMessage.java100 if (nla == null || nla.nla_type != NDUSEROPT_SRCADDR || nla.nla_value == null) { in NduseroptMessage()
DRtNetlinkNeighborMessage.java198 nlAttr.nla_type = nlType; in packNlAttr()
/packages/modules/Connectivity/Tethering/jni/
Dcom_android_networkstack_tethering_BpfUtils.cpp252 .nla_type = TCA_KIND, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()
261 .nla_type = NLA_F_NESTED | TCA_OPTIONS, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()
268 .nla_type = TCA_BPF_FD, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()
277 .nla_type = TCA_BPF_NAME, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()
288 .nla_type = TCA_BPF_FLAGS, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()