Lines Matching refs:string
22 #include <string>
94 std::string name;
133 static netdutils::Status ipSecAllocateSpi(int32_t transformId, const std::string& localAddress,
134 const std::string& remoteAddress, int32_t inSpi,
138 int32_t transformId, int32_t mode, const std::string& sourceAddress,
139 const std::string& destinationAddress, int32_t underlyingNetId, int32_t spi,
140 int32_t markValue, int32_t markMask, const std::string& authAlgo,
141 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo,
142 const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, const std::string& aeadAlgo,
147 const std::string& sourceAddress,
148 const std::string& destinationAddress,
154 int32_t direction, const std::string& localAddress,
155 const std::string& remoteAddress, int32_t spi);
161 const std::string& sourceAddress,
162 const std::string& destinationAddress,
167 const std::string& sourceAddress,
168 const std::string& destinationAddress,
173 const std::string& sourceAddress,
174 const std::string& destinationAddress,
177 static int addVirtualTunnelInterface(const std::string& deviceName,
178 const std::string& localAddress,
179 const std::string& remoteAddress, int32_t ikey,
182 static int removeVirtualTunnelInterface(const std::string& deviceName);
286 static netdutils::Status fillXfrmId(const std::string& sourceAddress,
287 const std::string& destinationAddress, int32_t spi,
329 const std::string& localAddress,
330 const std::string& remoteAddress, int32_t spi,