Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.cpp658 StatusOr<int> sourceFamily, destFamily; in fillXfrmCommonInfo() local
659 sourceFamily = convertToXfrmAddr(sourceAddress, &sourceXfrmAddr); in fillXfrmCommonInfo()
661 if (!isOk(sourceFamily) || !isOk(destFamily)) { in fillXfrmCommonInfo()
667 (sourceFamily.value() != AF_UNSPEC && sourceFamily.value() != destFamily.value())) { in fillXfrmCommonInfo()
668 ALOGD("Invalid or Mismatched Address Families, %d != %d, line=%d", sourceFamily.value(), in fillXfrmCommonInfo()