Home
last modified time | relevance | path

Searched defs:usingLegacyDhcp (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java208 private void initStateMachine(int interfaceType, boolean usingLegacyDhcp, in initStateMachine()
250 boolean usingLegacyDhcp, boolean usingBpfOffload) throws Exception { in initTetheredStateMachine()
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java289 boolean usingLegacyDhcp, boolean usingBpfOffload, in IpServer()