Searched refs:CLEAR_ON_NONE_ARRAY (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | servconf.c | 518 #define CLEAR_ON_NONE_ARRAY(v, nv, none) \ in fill_default_server_options() macro 546 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_server_options() 547 CLEAR_ON_NONE_ARRAY(auth_methods, num_auth_methods, "any"); in fill_default_server_options() 549 #undef CLEAR_ON_NONE_ARRAY in fill_default_server_options()
|
H A D | readconf.c | 2941 #define CLEAR_ON_NONE_ARRAY(v, nv, none) \ in fill_default_options() macro 2959 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_options() 2961 #undef CLEAR_ON_NONE_ARRAY in fill_default_options()
|