Searched refs:proto_force (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Doptions.h236 int proto_force; member in struct:options
H A Doptions.c786 o->proto_force = -1;
2379 if (o->proto_force >= 0 && proto_is_tcp(o->proto_force) != proto_is_tcp(ce->proto))
4913 int proto_force; local
4915 proto_force = ascii2proto (p[1]);
4916 if (proto_force < 0)
4921 options->proto_force = proto_force;

Completed in 62 milliseconds