Searched defs:hardwareAddress (Results 1 – 2 of 2) sorted by relevance
87 @NonNull StructIfinfoMsg ifinfomsg, int mtu, @Nullable MacAddress hardwareAddress, in build()102 @NonNull StructIfinfoMsg ifinfomsg, int mtu, @Nullable MacAddress hardwareAddress, in RtNetlinkLinkMessage()154 MacAddress hardwareAddress = null; in parse() local195 final StructNlAttr hardwareAddress = new StructNlAttr(IFLA_ADDRESS, mHardwareAddress); in pack() local207 private static int calculateMessageLength(int mtu, MacAddress hardwareAddress, in calculateMessageLength()
74 private int getConnectedDeviceIndex(String hardwareAddress) { in getConnectedDeviceIndex()