Home
last modified time | relevance | path

Searched refs:TFTP_BLKSIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
H A Dtftp.c36 #define TFTP_BLKSIZE 512 macro
39 #define TFTP_MAXPACKETSIZE (TFTP_DATAHEADERSIZE + TFTP_BLKSIZE)
99 if(strlen(path) > TFTP_BLKSIZE) error_exit("path too long"); in mkpkt_request()

Completed in 1 milliseconds