Symbol: serialise_s32
crypto/openssh/servconf.c
2770
return serialise_s32(buf, -1);
crypto/openssh/servconf.c
2774
return serialise_s32(buf, (int)uv);
crypto/openssh/servconf.c
2826
if ((r = serialise_s32(buf,
crypto/openssh/servconf.c
2842
if ((r = serialise_s32(buf, options->ip_qos_interactive)) != 0 ||
crypto/openssh/servconf.c
2843
(r = serialise_s32(buf, options->ip_qos_bulk)) != 0) {
crypto/openssh/servconf.c
2867
(r = serialise_s32(buf, qla->port)) != 0 ||
crypto/openssh/servconf.c
2881
if ((r = serialise_s32(buf, (int)options->log_facility)) != 0) {
crypto/openssh/servconf.c
2894
if ((r = serialise_s32(buf, (int)options->log_level)) != 0) {
crypto/openssh/servconf.c
2913
if ((r = serialise_s32(buf, options->ports[i])) != 0) {
crypto/openssh/servconf.c
2926
if ((r = serialise_s32(buf, options->fwd_opts.gateway_ports)) != 0) {
crypto/openssh/servconf.c
2964
if ((r = serialise_s32(buf, options->max_startups_begin)) != 0 ||
crypto/openssh/servconf.c
2965
(r = serialise_s32(buf, options->max_startups_rate)) != 0 ||
crypto/openssh/servconf.c
2966
(r = serialise_s32(buf, options->max_startups)) != 0) {
crypto/openssh/servconf.c
2979
if ((r = serialise_s32(buf, options->permit_user_env)) != 0 ||
crypto/openssh/servconf.c
2994
if ((r = serialise_s32(buf, options->per_source_masklen_ipv4)) != 0 ||
crypto/openssh/servconf.c
2995
(r = serialise_s32(buf, options->per_source_masklen_ipv6)) != 0) {
crypto/openssh/servconf.c
3009
if ((r = serialise_s32(buf, psp->enabled)) != 0 ||
crypto/openssh/servconf.c
3010
(r = serialise_s32(buf, psp->max_sources4)) != 0 ||
crypto/openssh/servconf.c
3011
(r = serialise_s32(buf, psp->max_sources6)) != 0 ||
crypto/openssh/servconf.c
3012
(r = serialise_s32(buf, psp->overflow_mode)) != 0 ||
crypto/openssh/servconf.c
3013
(r = serialise_s32(buf, psp->overflow_mode6)) != 0 ||
crypto/openssh/servconf.c
3035
(r = serialise_s32(buf, options->rekey_interval)) != 0) {
crypto/openssh/servconf.c
3096
if ((r = serialise_s32(buf, options->var)) != 0) { \
crypto/openssh/servconf.c
3101
if ((r = serialise_s32(buf, options->var)) != 0) { \