Searched refs:level_to_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c67 level_to_name(enum protection_level level) function
521 mech->name, level_to_name(p));
524 reply(200, "Data protection is %s.", level_to_name(p));
628 printf("Using %s command channel.\n", level_to_name(command_prot));
629 printf("Using %s data channel.\n", level_to_name(data_prot));
717 mech->name, level_to_name(level));
765 mech->name, level_to_name(level));
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c67 level_to_name(enum protection_level level) function
521 mech->name, level_to_name(p));
524 reply(200, "Data protection is %s.", level_to_name(p));
628 printf("Using %s command channel.\n", level_to_name(command_prot));
629 printf("Using %s data channel.\n", level_to_name(data_prot));
717 mech->name, level_to_name(level));
765 mech->name, level_to_name(level));

Completed in 72 milliseconds