Home
last modified time | relevance | path

Searched refs:mIpConfig (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
DEthernetNetworkFactory.java258 private @Nullable IpConfiguration mIpConfig; field in NetworkInterfaceState
379 if (Objects.equals(this.mIpConfig, ipConfig)) { in setIpConfig()
383 this.mIpConfig = ipConfig; in setIpConfig()
454 provisionIpClient(mIpClient, mIpConfig, sTcpBufferSizes); in start()