OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runDhcp
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
NetworkUtils.java
70
public native static boolean
runDhcp
(String interfaceName, DhcpResults dhcpResults);
DhcpStateMachine.java
220
if (
runDhcp
(DhcpAction.START)) {
248
if (
runDhcp
(DhcpAction.START)) {
293
if (!
runDhcp
(DhcpAction.RENEW)) {
328
if (
runDhcp
(DhcpAction.RENEW)) {
349
private boolean
runDhcp
(DhcpAction dhcpAction) {
357
success = NetworkUtils.
runDhcp
(mInterfaceName, dhcpResults);
EthernetDataTracker.java
165
private void
runDhcp
() {
169
if (!NetworkUtils.
runDhcp
(mIface, dhcpResults)) {
267
runDhcp
();
Completed in 31 milliseconds