usr.bin/tftp/tftp.c
258
size = makerequest(WRQ, name, dp, mode, filesize) - 4;
usr.bin/tftp/tftp.c
403
size = makerequest(RRQ, name, ap, mode, (off_t)0);
usr.bin/tftp/tftp.c
77
static int makerequest(int, const char *, struct tftphdr *, const char *, off_t);