HomeSort by: relevance | last modified time | path
    Searched defs:recvfile (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/tftp/
tftp.c 372 recvfile(int fd, const char *name, const char *mode) function in typeref:typename:void
  /src/libexec/tftpd/
tftpd.c 123 static void recvfile(struct formats *, int, int);
136 { "netascii", validate_access, sendfile, recvfile, 1 },
137 { "octet", validate_access, sendfile, recvfile, 0 },
1051 recvfile(struct formats *pf, volatile int etftp, volatile int acklength) function in typeref:typename:void
1117 syslog(LOG_INFO, "Received %s in recvfile\n",

Completed in 20 milliseconds