Searched refs:in_extra (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.c797 if (mc->in_extra)
799 buffer_list_free (mc->in_extra);
800 mc->in_extra = NULL;
803 mc->in_extra = buffer_list_new (0);
823 man->connection.in_extra);
824 man->connection.in_extra = NULL;
847 man->connection.in_extra);
848 man->connection.in_extra = NULL;
868 man->connection.ext_key_input = man->connection.in_extra;
869 man->connection.in_extra
[all...]
H A Dmanage.h272 struct buffer_list *in_extra; member in struct:man_connection

Completed in 64 milliseconds