Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtftp.c258 static char *tftp_get_option(const char *option, char *buf, int len) in tftp_get_option() function
649 res = tftp_get_option("blksize", &rbuf[2], len - 2);
660 res = tftp_get_option("tsize", &rbuf[2], len - 2);
963 res = tftp_get_option("blksize", opt_str, opt_len); in tftpd_main()
974 && tftp_get_option("tsize", opt_str, opt_len) in tftpd_main()