Home
last modified time | relevance | path

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

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