Searched refs:state_buffer_size (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.h223 int state_buffer_size; member in struct:man_settings
346 const int state_buffer_size,
H A Dmanage.c1905 const int state_buffer_size)
1933 man->persist.state = log_history_init (state_buffer_size);
1966 const int state_buffer_size,
2040 ms->state_buffer_size = state_buffer_size;
2156 const int state_buffer_size,
2175 state_buffer_size,
2186 log_history_resize (man->persist.state, man->settings.state_buffer_size);
1902 man_persist_init(struct management *man, const int log_history_cache, const int echo_buffer_size, const int state_buffer_size) argument
1958 man_settings_init(struct man_settings *ms, const char *addr, const int port, const char *pass_file, const char *client_user, const char *client_group, const int log_history_cache, const int echo_buffer_size, const int state_buffer_size, const char *write_peer_info_file, const int remap_sigusr1, const unsigned int flags) argument
2148 management_open(struct management *man, const char *addr, const int port, const char *pass_file, const char *client_user, const char *client_group, const int log_history_cache, const int echo_buffer_size, const int state_buffer_size, const char *write_peer_info_file, const int remap_sigusr1, const unsigned int flags) argument

Completed in 72 milliseconds