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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dbanner.h13 * "ftpcode".
16 * ftpcode - the FTP code to show with the message
18 void vsf_banner_dir_changed(struct vsf_session* p_sess, int ftpcode);
27 * ftpcode - the FTP code to show with the message
30 int ftpcode);
H A Dbanner.c27 vsf_banner_dir_changed(struct vsf_session* p_sess, int ftpcode) argument
51 /* If we have a .message file, squirt it out prepended by the ftpcode and
58 vsf_banner_write(p_sess, &msg_file_str, ftpcode);
66 vsf_banner_write(struct vsf_session* p_sess, struct mystr* p_str, int ftpcode) argument
72 vsf_cmdio_write_str_hyphen(p_sess, ftpcode, &msg_line_str);

Completed in 36 milliseconds