Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.cpp657 StatusOr<int> sourceFamily, destFamily; in fillXfrmCommonInfo() local
659 destFamily = convertToXfrmAddr(destinationAddress, &destXfrmAddr); in fillXfrmCommonInfo()
660 if (!isOk(sourceFamily) || !isOk(destFamily)) { in fillXfrmCommonInfo()
665 if (destFamily.value() == AF_UNSPEC || in fillXfrmCommonInfo()
666 (sourceFamily.value() != AF_UNSPEC && sourceFamily.value() != destFamily.value())) { in fillXfrmCommonInfo()
668 destFamily.value(), __LINE__); in fillXfrmCommonInfo()
672 info->addrFamily = destFamily.value(); in fillXfrmCommonInfo()