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

  /src/usr.bin/tftp/
tftp.c 77 static int makerequest(int, const char *, struct tftphdr *, const char *, off_t);
258 size = makerequest(WRQ, name, dp, mode, filesize) - 4;
403 size = makerequest(RRQ, name, ap, mode, (off_t)0);
537 makerequest(int request, const char *name, struct tftphdr *tp, const char *mode, function in typeref:typename:int
tftp.c 77 static int makerequest(int, const char *, struct tftphdr *, const char *, off_t);
258 size = makerequest(WRQ, name, dp, mode, filesize) - 4;
403 size = makerequest(RRQ, name, ap, mode, (off_t)0);
537 makerequest(int request, const char *name, struct tftphdr *tp, const char *mode, function in typeref:typename:int

Completed in 23 milliseconds