Searched refs:ping_rec_timeout_action (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dping.c59 switch (c->options.ping_rec_timeout_action)
H A Dhelper.c487 o->ping_rec_timeout_action = PING_RESTART;
494 o->ping_rec_timeout_action = PING_RESTART;
H A Doptions.h262 int ping_rec_timeout_action; /* What action to take on ping_rec_timeout (exit or restart)? */ member in struct:options
H A Doptions.c1459 SHOW_INT (ping_rec_timeout_action);
5056 options->ping_rec_timeout_action = PING_EXIT;
5062 options->ping_rec_timeout_action = PING_RESTART;
H A Dinit.c123 && options->ping_rec_timeout_action == PING_UNDEF
127 options->ping_rec_timeout_action = PING_RESTART;

Completed in 89 milliseconds