Home
last modified time | relevance | path

Searched defs:hwAddr (Results 1 – 9 of 9) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java192 public DhcpLease getOffer(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in getOffer()
227 public DhcpLease getCommittedLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in getCommittedLease()
253 private DhcpLease findByClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in findByClient()
281 public DhcpLease requestLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in requestLease()
330 private DhcpLease checkClientAndMakeLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in checkClientAndMakeLease()
370 public boolean releaseLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in releaseLease()
428 @NonNull MacAddress hwAddr, @NonNull Inet4Address addr) { in markAndReleaseDeclinedLease()
590 private int getFirstClientAddress(MacAddress hwAddr) { in getFirstClientAddress()
614 private DhcpLease makeNewOffer(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in makeNewOffer()
DDhcpLease.java56 public DhcpLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in DhcpLease()
121 public boolean matchesClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in matchesClient()
DDhcpClient.java1581 @NonNull Inet4Address senderIp, final byte[] hwAddr, in transmitPacket()
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DSocketUtilsShim.java36 SocketAddress makePacketSocketAddress(int protocol, int ifIndex, @NonNull byte[] hwAddr); in makePacketSocketAddress()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DSocketUtilsShimImpl.java53 int protocol, int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress()
/packages/modules/NetworkStack/apishim/29/com/android/networkstack/apishim/api29/
DSocketUtilsShimImpl.java49 int protocol, int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress()
/packages/modules/NetworkStack/src/com/android/networkstack/util/
DNetworkStackUtils.java363 public static byte[] macAddressToEui64(@NonNull final MacAddress hwAddr) { in macAddressToEui64()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java281 String hwAddr = cfg.getHardwareAddress(); in toStableParcel() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3216 final MacAddress hwAddr, final String netAddr, final int prefixLength, in createDhcpLeaseParcelable()