Symbol: deserialise_s32
usr.bin/ssh/servconf.c
3142
if ((r = deserialise_s32(buf, &tmp)) != 0)
usr.bin/ssh/servconf.c
3264
if ((r = deserialise_s32(buf, userprovided + i)) != 0 ||
usr.bin/ssh/servconf.c
3283
if ((r = deserialise_s32(buf, &options->ip_qos_interactive)) != 0 ||
usr.bin/ssh/servconf.c
3284
(r = deserialise_s32(buf, &options->ip_qos_bulk)) != 0) {
usr.bin/ssh/servconf.c
3305
(r = deserialise_s32(buf, &qla[i].port)) != 0 ||
usr.bin/ssh/servconf.c
3323
if ((r = deserialise_s32(buf, &tmp)) != 0) {
usr.bin/ssh/servconf.c
3342
if ((r = deserialise_s32(buf, &tmp)) != 0) {
usr.bin/ssh/servconf.c
3371
if ((r = deserialise_s32(buf, options->ports + i)) != 0) {
usr.bin/ssh/servconf.c
3384
if ((r = deserialise_s32(buf, &options->fwd_opts.gateway_ports)) != 0) {
usr.bin/ssh/servconf.c
3427
if ((r = deserialise_s32(buf, &options->max_startups_begin)) != 0 ||
usr.bin/ssh/servconf.c
3428
(r = deserialise_s32(buf, &options->max_startups_rate)) != 0 ||
usr.bin/ssh/servconf.c
3429
(r = deserialise_s32(buf, &options->max_startups)) != 0) {
usr.bin/ssh/servconf.c
3442
if ((r = deserialise_s32(buf, &options->permit_user_env)) != 0 ||
usr.bin/ssh/servconf.c
3456
if ((r = deserialise_s32(buf,
usr.bin/ssh/servconf.c
3458
(r = deserialise_s32(buf,
usr.bin/ssh/servconf.c
3473
if ((r = deserialise_s32(buf, &psp->enabled)) != 0 ||
usr.bin/ssh/servconf.c
3474
(r = deserialise_s32(buf, &psp->max_sources4)) != 0 ||
usr.bin/ssh/servconf.c
3475
(r = deserialise_s32(buf, &psp->max_sources6)) != 0 ||
usr.bin/ssh/servconf.c
3476
(r = deserialise_s32(buf, &psp->overflow_mode)) != 0 ||
usr.bin/ssh/servconf.c
3477
(r = deserialise_s32(buf, &psp->overflow_mode6)) != 0 ||
usr.bin/ssh/servconf.c
3500
(r = deserialise_s32(buf, &options->rekey_interval)) != 0) {
usr.bin/ssh/servconf.c
3570
if ((r = deserialise_s32(buf, &new_options.var)) != 0) { \
usr.bin/ssh/servconf.c
3575
if ((r = deserialise_s32(buf, &new_options.var)) != 0) { \