Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java2206 ApfFilter.ApfConfiguration apfConfig = new ApfFilter.ApfConfiguration(); in enter() local
2207 apfConfig.apfCapabilities = mConfiguration.mApfCapabilities; in enter()
2208 apfConfig.multicastFilter = mMulticastFiltering; in enter()
2213 apfConfig.ieee802_3Filter = res.getBoolean(R.bool.config_apfDrop802_3Frames); in enter()
2214 apfConfig.ethTypeBlackList = res.getIntArray(R.array.config_apfEthTypeDenyList); in enter()
2216 apfConfig.ieee802_3Filter = ApfCapabilities.getApfDrop8023Frames(); in enter()
2217 apfConfig.ethTypeBlackList = ApfCapabilities.getApfEtherTypeBlackList(); in enter()
2220 apfConfig.minRdnssLifetimeSec = mMinRdnssLifetimeSec; in enter()
2221 mApfFilter = mDependencies.maybeCreateApfFilter(mContext, apfConfig, mInterfaceParams, in enter()