HomeSort by: relevance | last modified time | path
    Searched defs:dump_cfg_string (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
readconf.c 3809 dump_cfg_string(OpCodes code, const char *val) function
3895 dump_cfg_string(oHost, o->host_arg);
3896 dump_cfg_string(oUser, o->user);
3897 dump_cfg_string(oHostname, host);
3954 dump_cfg_string(oBindAddress, o->bind_address);
3955 dump_cfg_string(oBindInterface, o->bind_interface);
3956 dump_cfg_string(oCiphers, o->ciphers);
3957 dump_cfg_string(oControlPath, o->control_path);
3958 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms);
3959 dump_cfg_string(oHostKeyAlias, o->host_key_alias)
    [all...]
servconf.c 3454 dump_cfg_string(ServerOpCodes code, const char *val) function
3553 dump_cfg_string(sPAMServiceName, o->pam_service_name);
3610 dump_cfg_string(sPidFile, o->pid_file);
3611 dump_cfg_string(sModuliFile, o->moduli_file);
3612 dump_cfg_string(sXAuthLocation, o->xauth_location);
3613 dump_cfg_string(sCiphers, o->ciphers);
3614 dump_cfg_string(sMacs, o->macs);
3615 dump_cfg_string(sBanner, o->banner);
3616 dump_cfg_string(sForceCommand, o->adm_forced_command);
3617 dump_cfg_string(sChrootDirectory, o->chroot_directory)
    [all...]

Completed in 73 milliseconds