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.java2335 ApfFilter.ApfConfiguration apfConfig = new ApfFilter.ApfConfiguration(); in enter() local
2336 apfConfig.apfCapabilities = mConfiguration.mApfCapabilities; in enter()
2337 apfConfig.multicastFilter = mMulticastFiltering; in enter()
2342 apfConfig.ieee802_3Filter = res.getBoolean(R.bool.config_apfDrop802_3Frames); in enter()
2343 apfConfig.ethTypeBlackList = res.getIntArray(R.array.config_apfEthTypeDenyList); in enter()
2345 apfConfig.ieee802_3Filter = ApfCapabilities.getApfDrop8023Frames(); in enter()
2346 apfConfig.ethTypeBlackList = ApfCapabilities.getApfEtherTypeBlackList(); in enter()
2349 apfConfig.minRdnssLifetimeSec = mMinRdnssLifetimeSec; in enter()
2350 mApfFilter = mDependencies.maybeCreateApfFilter(mContext, apfConfig, mInterfaceParams, in enter()