Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java188 public DhcpLease getOffer(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in getOffer()
223 public DhcpLease getCommittedLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in getCommittedLease()
249 private DhcpLease findByClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in findByClient()
277 public DhcpLease requestLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in requestLease()
326 private DhcpLease checkClientAndMakeLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in checkClientAndMakeLease()
366 public boolean releaseLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in releaseLease()
424 @NonNull MacAddress hwAddr, @NonNull Inet4Address addr) { in markAndReleaseDeclinedLease()
586 private int getFirstClientAddress(MacAddress hwAddr) { in getFirstClientAddress()
610 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.java1483 @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/29/com/android/networkstack/apishim/api29/
DSocketUtilsShimImpl.java46 int protocol, int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress()
/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/
DSocketUtilsShimImpl.java49 int protocol, int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress()