Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.cpp1607 const std::string infoKindValue = (family == AF_INET6) ? INFO_KIND_VTI6 : INFO_KIND_VTI; in ipSecAddVirtualTunnelInterface() local
1609 char infoKindValueStrValue[infoKindValue.length() + 1]; in ipSecAddVirtualTunnelInterface()
1611 strlcpy(infoKindValueStrValue, infoKindValue.c_str(), sizeof(infoKindValueStrValue)); in ipSecAddVirtualTunnelInterface()