Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkLinkMessage.java42 public static final short IFLA_IFNAME = 3; field in RtNetlinkLinkMessage
115 nlAttr = StructNlAttr.findNextAttrOfType(IFLA_IFNAME, byteBuffer); in parse()
140 final StructNlAttr ifname = new StructNlAttr(IFLA_IFNAME, mInterfaceName); in pack()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DStructNlAttrTest.java21 import static com.android.net.module.util.netlink.RtNetlinkLinkMessage.IFLA_IFNAME;
59 final StructNlAttr attr1 = new StructNlAttr(IFLA_IFNAME, TEST_INTERFACE_NAME); in testGetValueAsString()
66 final StructNlAttr attr2 = new StructNlAttr(IFLA_IFNAME, array); in testGetValueAsString()