Symbol: dump_cfg_int
crypto/openssh/readconf.c
3749
dump_cfg_int(oPort, o->port);
crypto/openssh/readconf.c
3794
dump_cfg_int(oCanonicalizeMaxDots, o->canonicalize_max_dots);
crypto/openssh/readconf.c
3795
dump_cfg_int(oConnectionAttempts, o->connection_attempts);
crypto/openssh/readconf.c
3796
dump_cfg_int(oForwardX11Timeout, o->forward_x11_timeout);
crypto/openssh/readconf.c
3797
dump_cfg_int(oNumberOfPasswordPrompts, o->number_of_password_prompts);
crypto/openssh/readconf.c
3798
dump_cfg_int(oServerAliveCountMax, o->server_alive_count_max);
crypto/openssh/readconf.c
3799
dump_cfg_int(oServerAliveInterval, o->server_alive_interval);
crypto/openssh/readconf.c
3800
dump_cfg_int(oRequiredRSASize, o->required_rsa_size);
crypto/openssh/readconf.c
3801
dump_cfg_int(oObscureKeystrokeTiming,
crypto/openssh/readconf.c
3879
dump_cfg_int(oConnectTimeout, o->connection_timeout);
crypto/openssh/readconf.c
3907
dump_cfg_int(oControlPersist, o->control_persist_timeout);
crypto/openssh/servconf.c
4203
dump_cfg_int(sLoginGraceTime, o->login_grace_time);
crypto/openssh/servconf.c
4204
dump_cfg_int(sX11DisplayOffset, o->x11_display_offset);
crypto/openssh/servconf.c
4205
dump_cfg_int(sMaxAuthTries, o->max_authtries);
crypto/openssh/servconf.c
4206
dump_cfg_int(sMaxSessions, o->max_sessions);
crypto/openssh/servconf.c
4207
dump_cfg_int(sClientAliveInterval, o->client_alive_interval);
crypto/openssh/servconf.c
4208
dump_cfg_int(sClientAliveCountMax, o->client_alive_count_max);
crypto/openssh/servconf.c
4209
dump_cfg_int(sRequiredRSASize, o->required_rsa_size);
crypto/openssh/servconf.c
4211
dump_cfg_int(sUnusedConnectionTimeout, o->unused_connection_timeout);