Home
last modified time | relevance | path

Searched refs:relayAddr (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java189 @NonNull Inet4Address relayAddr, @Nullable Inet4Address reqAddr, in getOffer() argument
195 checkValidRelayAddr(relayAddr); in getOffer()
224 @NonNull Inet4Address relayAddr, @Nullable String hostname) in getCommittedLease() argument
226 final DhcpLease newLease = getOffer(clientId, hwAddr, relayAddr, null /* reqAddr */, in getCommittedLease()
232 private void checkValidRelayAddr(@Nullable Inet4Address relayAddr) in checkValidRelayAddr() argument
238 if (isIpAddrOutsidePrefix(mPrefix, relayAddr)) { in checkValidRelayAddr()
278 @NonNull Inet4Address clientAddr, @NonNull Inet4Address relayAddr, in requestLease() argument
283 checkValidRelayAddr(relayAddr); in requestLease()