Searched refs:request_data_prot (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c782 static enum protection_level request_data_prot; variable in typeref:enum:protection_level
787 if(sec_complete && data_prot != request_data_prot)
788 sec_prot_internal(request_data_prot);
798 request_data_prot = (enum protection_level)l;
855 request_data_prot = prot_private;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c782 static enum protection_level request_data_prot; variable in typeref:enum:protection_level
787 if(sec_complete && data_prot != request_data_prot)
788 sec_prot_internal(request_data_prot);
798 request_data_prot = (enum protection_level)l;
855 request_data_prot = prot_private;

Completed in 115 milliseconds