Home | History | Annotate | Download | only in openssh

Lines Matching full:newopts

241 	ServerOptions *newopts;
273 newopts = buffer_get_string(&m, &len);
274 if (len != sizeof(*newopts))
278 if (newopts->x != NULL) \
279 newopts->x = buffer_get_string(&m, NULL); \
282 for (i = 0; i < newopts->nx; i++) \
283 newopts->x[i] = buffer_get_string(&m, NULL); \
290 copy_set_server_options(&options, newopts, 1);
291 xfree(newopts);