Home
last modified time | relevance | path

Searched refs:IFA_FLAGS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DStructNlAttrTest.java19 import static com.android.net.module.util.netlink.RtNetlinkAddressMessage.IFA_FLAGS;
73 final StructNlAttr attr1 = new StructNlAttr(IFA_FLAGS, TEST_ADDR_FLAGS); in testGetValueAsInteger()
81 final StructNlAttr attr2 = new StructNlAttr(IFA_FLAGS, malformed_int); in testGetValueAsInteger()
89 final StructNlAttr attr3 = new StructNlAttr(IFA_FLAGS, null_int); in testGetValueAsInteger()
100 final StructNlAttr attr = new StructNlAttr(IFA_FLAGS, input); in testGetValueAsLong()
111 final StructNlAttr attr = new StructNlAttr(IFA_FLAGS, input); in testGetValueAsLong_malformed()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkAddressMessage.java56 public static final short IFA_FLAGS = 8; field in RtNetlinkAddressMessage
136 nlAttr = StructNlAttr.findNextAttrOfType(IFA_FLAGS, byteBuffer); in parse()
164 final StructNlAttr flags = new StructNlAttr(IFA_FLAGS, mFlags); in pack()