summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/dhcp/DhcpAckPacket.java
Commit message (Collapse)AuthorAgeFilesLines
* DHCP: Move the packet code to frameworks/base/services.Lorenzo Colitti2015-03-201-109/+0
| | | | | | | | There's no need for it to be in frameworks/base/core, since it will only be used by services. Bug: 19704592 Change-Id: I2f5277eca848b7000ca46db575e8602eacb5c8bd
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Place the DHCP server address in the "next server IP address"Stan Chesnutt2011-02-031-1/+1
| | | | | | | field of the bootp header. A certain Apple client likes this, and it is more consistent with other DHCP servers. Change-Id: I59e73fbf3dccfbadd1325d3ad5e2997952a28fde
* DHCP core classes, defining data, behavior, and state transitions for the DHCPStan Chesnutt2010-12-141-0/+110
protocol. The DHCP client and DHCP server classes are not included in this commit: still working out some integration issues with ethernet & wifi services Change-Id: I0c9cc48b7d960005b73ecb757c1fa66f0eb68471