Searched refs:DHCP_LEASE_TIME (Results 1 – 3 of 3) sorted by relevance
22 import static android.net.dhcp.DhcpPacket.DHCP_LEASE_TIME;151 addTlv(buffer, DHCP_LEASE_TIME, mLeaseTimeBytes); in finishPacket()1122 DHCP_LEASE_TIME, in testDiscoverPacket()
237 public static final byte DHCP_LEASE_TIME = 51; field in DhcpPacket774 addTlv(buf, DHCP_LEASE_TIME, mLeaseTime); in addCommonServerTlvs()1146 case DHCP_LEASE_TIME: in decodeFullPacket()
23 import static android.net.dhcp.DhcpPacket.DHCP_LEASE_TIME;282 DHCP_LEASE_TIME,