Home
last modified time | relevance | path

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

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