Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp6/
DDhcp6Client.java112 private int mSolMaxRtMs = SOL_MAX_RT; field in Dhcp6Client
435 mSolMaxRtMs = SOL_MAX_RT; in clearDhcp6State()
530 0 /* MRC */, () -> mSolMaxRtMs /* MRT */); in SolicitState()
561 mSolMaxRtMs = packet.getSolMaxRtMs().orElse(mSolMaxRtMs); in receivePacket()
572 mSolMaxRtMs = packet.getSolMaxRtMs().orElse(mSolMaxRtMs); in receivePacket()
604 mSolMaxRtMs = packet.getSolMaxRtMs().orElse(mSolMaxRtMs); in receivePacket()