Searched refs:CLEAR_ON_NONE_ARRAY (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | servconf.c | 479 #define CLEAR_ON_NONE_ARRAY(v, nv, none) \ in fill_default_server_options() macro 507 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_server_options() 508 CLEAR_ON_NONE_ARRAY(auth_methods, num_auth_methods, "any"); in fill_default_server_options() 510 #undef CLEAR_ON_NONE_ARRAY in fill_default_server_options()
|
| D | readconf.c | 2936 #define CLEAR_ON_NONE_ARRAY(v, nv, none) \ in fill_default_options() macro 2954 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_options() 2956 #undef CLEAR_ON_NONE_ARRAY in fill_default_options()
|