Searched refs:up_query_type (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 Dmanage.c647 ASSERT (man->connection.up_query_type);
648 if (streq (man->connection.up_query_type, type))
660 man->connection.up_query_type);
672 ) && man->connection.up_query_type);
681 ) && man->connection.up_query_type);
690 const bool needed = ((man->connection.up_query_mode == UP_QUERY_NEED_OK) && man->connection.up_query_type);
697 const bool needed = ((man->connection.up_query_mode == UP_QUERY_NEED_STR) && man->connection.up_query_type);
2943 man->connection.up_query_type = type;
2961 man->connection.up_query_type = NULL;
H A Dmanage.h295 const char *up_query_type; member in struct:man_connection

Completed in 113 milliseconds