Home
last modified time | relevance | path

Searched refs:tftp_blksize_check (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dtftp.c239 static int tftp_blksize_check(const char *blksize_str, int maxsize) in tftp_blksize_check() function
651 blksize = tftp_blksize_check(res, blksize);
835 blksize = tftp_blksize_check(blksize_str, 65564); in tftp_main()
965 blksize = tftp_blksize_check(res, 65564); in tftpd_main()