Searched refs:ext_key_input (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.c867 buffer_list_free (man->connection.ext_key_input);
868 man->connection.ext_key_input = man->connection.in_extra;
2126 buffer_list_free (mc->ext_key_input);
3027 if (buffer_list_defined(mc->ext_key_input))
3029 buffer_list_aggregate (mc->ext_key_input, 2048);
3030 buf = buffer_list_peek (mc->ext_key_input);
3052 buffer_list_free (mc->ext_key_input);
3053 mc->ext_key_input = NULL;
H A Dmanage.h283 struct buffer_list *ext_key_input; member in struct:man_connection

Completed in 155 milliseconds