summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/dhcp
Commit message (Collapse)AuthorAgeFilesLines
* DHCP: Move the packet code to frameworks/base/services.Lorenzo Colitti2015-03-209-1548/+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-204-6/+0
| | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* Switch frameworks/base over from @hidden Charsets to public StandardCharsets.Elliott Hughes2013-06-281-2/+2
| | | | | Bug: 3484927 Change-Id: I5d136d2ee629588538602766a182ae14ce5fc63c
* 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
* Provide an empty List of dns servers, protecting against an NPE if theStan Chesnutt2011-02-021-2/+1
| | | | | | DHCP server omits the list of DNS servers from the DHCP-OFFER packet. Change-Id: I4cdb3d47f36ecceaef390948741c0632067ee8ba
* DHCP core classes, defining data, behavior, and state transitions for the DHCPStan Chesnutt2010-12-149-0/+1555
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