Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1535 int sourceFamily = getFamily(sourceAddress); in checkIpSecConfig() local
1537 if (sourceFamily != destinationFamily) { in checkIpSecConfig()
1547 if (config.getEncapType() != IpSecTransform.ENCAP_NONE && sourceFamily != AF_INET) { in checkIpSecConfig()