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

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h39 enum protection_level { enum
119 void mec (char *, enum protection_level);
127 enum protection_level get_command_prot(void);
137 enum protection_level set_command_prot(enum protection_level);
H A Dsecurity.c42 static enum protection_level command_prot;
43 static enum protection_level data_prot;
57 enum protection_level level;
67 level_to_name(enum protection_level level)
77 static enum protection_level
523 data_prot = (enum protection_level)p;
543 void mec(char *msg, enum protection_level level)
615 enum protection_level
673 data_prot = (enum protection_level)level;
677 enum protection_level
[all...]
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c42 static enum protection_level command_prot;
43 static enum protection_level data_prot;
57 enum protection_level level;
67 level_to_name(enum protection_level level)
77 static enum protection_level
523 data_prot = (enum protection_level)p;
543 void mec(char *msg, enum protection_level level)
615 enum protection_level
673 data_prot = (enum protection_level)level;
677 enum protection_level
[all...]

Completed in 146 milliseconds