Searched refs:verb (Results 1 – 2 of 2) sorted by relevance
871 string verb = args()->LookupString(kOpenVPNVerbProperty, ""); in InitLoggingOptions() local872 if (verb.empty() && SLOG_IS_ON(VPN, 0)) { in InitLoggingOptions()873 verb = "3"; in InitLoggingOptions()875 if (!verb.empty()) { in InitLoggingOptions()876 AppendOption("verb", verb, options); in InitLoggingOptions()
1011 passes this as the "--verb" argument to OpenVPN,