Home
last modified time | relevance | path

Searched refs:use_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c495 register int type, use_type = 0; in encrypt_support() local
512 if (use_type == 0) in encrypt_support()
513 use_type = type; in encrypt_support()
516 if (use_type) { in encrypt_support()
517 ep = findencryption(use_type); in encrypt_support()
527 encrypt_mode = use_type; in encrypt_support()
529 encrypt_start_output(use_type); in encrypt_support()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1718 int type, use_type = 0; in encrypt_support() local
1720 while (cnt-- > 0 && use_type == 0) { in encrypt_support()
1732 use_type = type; in encrypt_support()
1735 encr_data.encrypt.type = use_type; in encrypt_support()
1737 if (use_type != TELOPT_ENCTYPE_NULL && in encrypt_support()
1745 } else if (use_type == TELOPT_ENCTYPE_NULL) { in encrypt_support()
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c759 _tmpl_pg_name(const char *pg, const char *type, int use_type) in _tmpl_pg_name() argument
781 } else if (pg != NULL && type == NULL && use_type == 1) { in _tmpl_pg_name()