Searched refs:relayAddr (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpLeaseRepository.java | 193 @NonNull Inet4Address relayAddr, @Nullable Inet4Address reqAddr, in getOffer() argument 199 checkValidRelayAddr(relayAddr); in getOffer() 228 @NonNull Inet4Address relayAddr, @Nullable String hostname) in getCommittedLease() argument 230 final DhcpLease newLease = getOffer(clientId, hwAddr, relayAddr, null /* reqAddr */, in getCommittedLease() 236 private void checkValidRelayAddr(@Nullable Inet4Address relayAddr) in checkValidRelayAddr() argument 242 if (isIpAddrOutsidePrefix(mPrefix, relayAddr)) { in checkValidRelayAddr() 282 @NonNull Inet4Address clientAddr, @NonNull Inet4Address relayAddr, in requestLease() argument 287 checkValidRelayAddr(relayAddr); in requestLease()
|