Searched refs:level_to_name (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/crypto/heimdal/appl/ftp/ftp/ |
H A D | security.c | 67 level_to_name(enum protection_level level) in level_to_name() function 521 mech->name, level_to_name(p)); in prot() 524 reply(200, "Data protection is %s.", level_to_name(p)); in prot() 628 printf("Using %s command channel.\n", level_to_name(command_prot)); in sec_status() 629 printf("Using %s data channel.\n", level_to_name(data_prot)); in sec_status() 717 mech->name, level_to_name(level)); in sec_prot() 765 mech->name, level_to_name(level)); in sec_prot_command()
|
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/ |
H A D | security.c | 67 level_to_name(enum protection_level level) in level_to_name() function 521 mech->name, level_to_name(p)); in prot() 524 reply(200, "Data protection is %s.", level_to_name(p)); in prot() 628 printf("Using %s command channel.\n", level_to_name(command_prot)); in sec_status() 629 printf("Using %s data channel.\n", level_to_name(data_prot)); in sec_status() 717 mech->name, level_to_name(level)); in sec_prot() 765 mech->name, level_to_name(level)); in sec_prot_command()
|