Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.cpp658 StatusOr<int> sourceFamily, destFamily; in fillXfrmCommonInfo() local
660 destFamily = convertToXfrmAddr(destinationAddress, &destXfrmAddr); in fillXfrmCommonInfo()
661 if (!isOk(sourceFamily) || !isOk(destFamily)) { in fillXfrmCommonInfo()
666 if (destFamily.value() == AF_UNSPEC || in fillXfrmCommonInfo()
667 (sourceFamily.value() != AF_UNSPEC && sourceFamily.value() != destFamily.value())) { in fillXfrmCommonInfo()
669 destFamily.value(), __LINE__); in fillXfrmCommonInfo()
673 info->addrFamily = destFamily.value(); in fillXfrmCommonInfo()