Searched refs:dump_cfg_string (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dreadconf.c3398 dump_cfg_string(OpCodes code, const char *val) function
3484 dump_cfg_string(oHost, o->host_arg);
3485 dump_cfg_string(oUser, o->user);
3486 dump_cfg_string(oHostname, host);
3542 dump_cfg_string(oBindAddress, o->bind_address);
3543 dump_cfg_string(oBindInterface, o->bind_interface);
3544 dump_cfg_string(oCiphers, o->ciphers);
3545 dump_cfg_string(oControlPath, o->control_path);
3546 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms);
3547 dump_cfg_string(oHostKeyAlia
[all...]
H A Dservconf.c2971 dump_cfg_string(ServerOpCodes code, const char *val) function
3120 dump_cfg_string(sPidFile, o->pid_file);
3121 dump_cfg_string(sModuliFile, o->moduli_file);
3122 dump_cfg_string(sXAuthLocation, o->xauth_location);
3123 dump_cfg_string(sCiphers, o->ciphers);
3124 dump_cfg_string(sMacs, o->macs);
3125 dump_cfg_string(sBanner, o->banner);
3126 dump_cfg_string(sForceCommand, o->adm_forced_command);
3127 dump_cfg_string(sChrootDirectory, o->chroot_directory);
3128 dump_cfg_string(sTrustedUserCAKey
[all...]

Completed in 72 milliseconds