Searched defs:hwAddr (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpLeaseRepository.java | 188 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()
|
H A D | DhcpLease.java | 56 public DhcpLease(@Nullable byte[] clientId, @NonNull MacAddress hwAddr, in DhcpLease() 121 public boolean matchesClient(@Nullable byte[] clientId, @NonNull MacAddress hwAddr) { in matchesClient()
|
H A D | DhcpClient.java | 1543 @NonNull Inet4Address senderIp, final byte[] hwAddr, in transmitPacket()
|
/aosp12/frameworks/base/core/java/android/net/util/ |
H A D | SocketUtils.java | 90 public static SocketAddress makePacketSocketAddress(int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress() 107 @NonNull byte[] hwAddr) { in makePacketSocketAddress()
|
/aosp12/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/ |
H A D | SocketUtilsShim.java | 36 SocketAddress makePacketSocketAddress(int protocol, int ifIndex, @NonNull byte[] hwAddr); in makePacketSocketAddress()
|
/aosp12/packages/modules/NetworkStack/apishim/29/com/android/networkstack/apishim/api29/ |
H A D | SocketUtilsShimImpl.java | 46 int protocol, int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress()
|
/aosp12/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/ |
H A D | SocketUtilsShimImpl.java | 49 int protocol, int ifIndex, @NonNull byte[] hwAddr) { in makePacketSocketAddress()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | InterfaceConfiguration.java | 115 public void setHardwareAddress(String hwAddr) { in setHardwareAddress()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | NetdWrapper.java | 275 String hwAddr = cfg.getHardwareAddress(); in toStableParcel() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkManagementService.java | 691 String hwAddr = cfg.getHardwareAddress(); in toStableParcel() local
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 2543 final MacAddress hwAddr, final String netAddr, final int prefixLength, in createDhcpLeaseParcelable()
|