Symbol: deserialise_s32
crypto/openssh/servconf.c
3203
if ((r = deserialise_s32(buf, &tmp)) != 0)
crypto/openssh/servconf.c
3325
if ((r = deserialise_s32(buf, userprovided + i)) != 0 ||
crypto/openssh/servconf.c
3344
if ((r = deserialise_s32(buf, &options->ip_qos_interactive)) != 0 ||
crypto/openssh/servconf.c
3345
(r = deserialise_s32(buf, &options->ip_qos_bulk)) != 0) {
crypto/openssh/servconf.c
3366
(r = deserialise_s32(buf, &qla[i].port)) != 0 ||
crypto/openssh/servconf.c
3384
if ((r = deserialise_s32(buf, &tmp)) != 0) {
crypto/openssh/servconf.c
3403
if ((r = deserialise_s32(buf, &tmp)) != 0) {
crypto/openssh/servconf.c
3432
if ((r = deserialise_s32(buf, options->ports + i)) != 0) {
crypto/openssh/servconf.c
3445
if ((r = deserialise_s32(buf, &options->fwd_opts.gateway_ports)) != 0) {
crypto/openssh/servconf.c
3488
if ((r = deserialise_s32(buf, &options->max_startups_begin)) != 0 ||
crypto/openssh/servconf.c
3489
(r = deserialise_s32(buf, &options->max_startups_rate)) != 0 ||
crypto/openssh/servconf.c
3490
(r = deserialise_s32(buf, &options->max_startups)) != 0) {
crypto/openssh/servconf.c
3503
if ((r = deserialise_s32(buf, &options->permit_user_env)) != 0 ||
crypto/openssh/servconf.c
3517
if ((r = deserialise_s32(buf,
crypto/openssh/servconf.c
3519
(r = deserialise_s32(buf,
crypto/openssh/servconf.c
3534
if ((r = deserialise_s32(buf, &psp->enabled)) != 0 ||
crypto/openssh/servconf.c
3535
(r = deserialise_s32(buf, &psp->max_sources4)) != 0 ||
crypto/openssh/servconf.c
3536
(r = deserialise_s32(buf, &psp->max_sources6)) != 0 ||
crypto/openssh/servconf.c
3537
(r = deserialise_s32(buf, &psp->overflow_mode)) != 0 ||
crypto/openssh/servconf.c
3538
(r = deserialise_s32(buf, &psp->overflow_mode6)) != 0 ||
crypto/openssh/servconf.c
3561
(r = deserialise_s32(buf, &options->rekey_interval)) != 0) {
crypto/openssh/servconf.c
3631
if ((r = deserialise_s32(buf, &new_options.var)) != 0) { \
crypto/openssh/servconf.c
3636
if ((r = deserialise_s32(buf, &new_options.var)) != 0) { \