Searched refs:prot_clear (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h41 prot_clear = 0, enumerator in enum:protection_level
H A Dsecurity.c60 { prot_clear, "clear" },
267 if(data_prot != prot_clear) {
284 if(data_prot == prot_clear)
304 if(data_prot == prot_clear)
332 if(data_prot == prot_clear)
506 p = prot_clear;
535 command_prot = data_prot = prot_clear;
682 if(level != command_prot && level == prot_clear) {
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c60 { prot_clear, "clear" },
267 if(data_prot != prot_clear) {
284 if(data_prot == prot_clear)
304 if(data_prot == prot_clear)
332 if(data_prot == prot_clear)
506 p = prot_clear;
535 command_prot = data_prot = prot_clear;
682 if(level != command_prot && level == prot_clear) {

Completed in 106 milliseconds