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
|