Home
last modified time | relevance | path

Searched refs:tftpd_sendfile (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c149 static void tftpd_sendfile(struct formats *, int);
157 { "netascii", validate_filename, tftpd_sendfile, tftpd_recvfile, 1 },
158 { "octet", validate_filename, tftpd_sendfile, tftpd_recvfile, 0 },
1011 tftpd_sendfile(struct formats *pf, int oacklen) in tftpd_sendfile() function