Searched refs:destFamily (Results 1 – 1 of 1) sorted by relevance
657 StatusOr<int> sourceFamily, destFamily; in fillXfrmCommonInfo() local659 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()